-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -591,7 +591,7 @@ jobs: | |
# build and install python | ||
curl -sSk https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tar.xz | tar -xJ | ||
cd Python-3.11.5 | ||
./configure -C --with-openssl=/usr/local/custom-openssl --with-openssl-rpath=auto --prefix=/usr/local/python-3.11.5 | ||
./configure -C --with-openssl=/usr/local/custom-openssl --with-openssl-rpath=auto | ||
make -j8 | ||
make install | ||
update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.11 3 | ||
|
@@ -1074,7 +1074,7 @@ jobs: | |
- name: make badges | ||
run: | | ||
# combine badges from all builds, exclude macos-11 | ||
${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 | ||
${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 ubuntu-14.04 | ||
# force push to github onto an orphan 'badges' branch | ||
cd ${{ github.workspace }} | ||
|
@@ -1085,4 +1085,4 @@ jobs: | |
git config --global user.name 'test-results-uploader' | ||
git config --global user.email '[email protected]' | ||
git commit -qm "Badges for README at ${{ env.GITHUB_COMMIT }}" | ||
git push -f `git remote` badges-${{ env.GITHUB_COMMIT }}:badges | ||
git push -f `git remote` badges-${{ env.GITHUB_COMMIT }}:badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters