Skip to content

Commit 9db5b1a

Browse files
authored
Merge pull request #8631 from tautschnig/parallel-use-github-mirror
Use GitHub mirror to download GNU parallel
2 parents 5dc709d + e84d0a3 commit 9db5b1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/bsd.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@ jobs:
8080
with:
8181
save-always: true
8282
path: .ccache
83-
key: openbsd-7.4-gmake-${{ github.ref }}-${{ github.sha }}-PR
83+
key: openbsd-7.6-gmake-${{ github.ref }}-${{ github.sha }}-PR
8484
restore-keys: |
85-
openbsd-7.4-gmake-${{ github.ref }}
86-
openbsd-7.4-gmake
85+
openbsd-7.6-gmake-${{ github.ref }}
86+
openbsd-7.6-gmake
8787
- name: ccache environment
8888
run: |
8989
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
9090
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
9191
- name: Build and Test
9292
uses: vmactions/openbsd-vm@v1
9393
with:
94-
release: 7.4
94+
release: 7.6
9595
run: |
9696
# apparently fail-on-error isn't the default here
9797
set -e -x

.github/workflows/pull-request-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ jobs:
776776
Move-Item -Path .\cvc5-Win64-x86_64-static\cvc5-Win64-x86_64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
777777
echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
778778
New-Item -ItemType directory "C:\tools\parallel"
779-
wget.exe -O c:\tools\parallel\parallel https://git.savannah.gnu.org/cgit/parallel.git/plain/src/parallel
779+
wget.exe -O c:\tools\parallel\parallel https://raw.githubusercontent.com/martinda/gnu-parallel/refs/heads/master/src/parallel
780780
echo "c:\tools\parallel" >> $env:GITHUB_PATH
781781
- name: Confirm z3 solver is available and log the version installed
782782
run: z3 --version

0 commit comments

Comments
 (0)