Skip to content

Commit

Permalink
Update ubunutu-14.04 to Python 3.9.3
Browse files Browse the repository at this point in the history
Exclude test results from badges
  • Loading branch information
jonathan-r-thorpe committed Aug 18, 2023
1 parent 9ebb3ae commit 6e14dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
apt-get --allow-unauthenticated install -y curl g++ git make patch zlib1g-dev libssl-dev bsdmainutils dnsutils unzip
# ubuntu-14.04 ca-certificates are out of date
git config --global http.sslVerify false
curl -sS https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tar.xz | tar -xJ
cd Python-3.6.9
curl -sS https://www.python.org/ftp/python/3.9.3/Python-3.9.3.tar.xz | tar -xJ
cd Python-3.9.3
./configure
make -j8
make install
Expand Down Expand Up @@ -164,7 +164,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 }}
Expand Down

0 comments on commit 6e14dcc

Please sign in to comment.