File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ jobs:
799
799
Set-Location build
800
800
ctest -V -L CORE -C Release . -j${{env.windows-vcpus}}
801
801
802
- # This job takes approximately 18 to 84 minutes
802
+ # This job takes approximately 65 to 84 minutes
803
803
check-vs-2022-make-build-and-test :
804
804
runs-on : windows-2022
805
805
env :
@@ -829,9 +829,6 @@ jobs:
829
829
Expand-Archive -LiteralPath '.\cvc5-Win64-x86_64-static.Zip'
830
830
Move-Item -Path .\cvc5-Win64-x86_64-static\cvc5-Win64-x86_64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
831
831
echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
832
- New-Item -ItemType directory "C:\tools\parallel"
833
- wget.exe -O c:\tools\parallel\parallel https://raw.githubusercontent.com/martinda/gnu-parallel/refs/heads/master/src/parallel
834
- echo "c:\tools\parallel" >> $env:GITHUB_PATH
835
832
- name : Confirm z3 solver is available and log the version installed
836
833
run : z3 --version
837
834
- name : Confirm cvc5 solver is available and log the version installed
@@ -875,7 +872,7 @@ jobs:
875
872
make CXX=clcache BUILD_ENV=MSVC -C unit test TAGS="[z3]"
876
873
make CXX=clcache BUILD_ENV=MSVC -C jbmc/unit test
877
874
- name : Run CBMC regression tests
878
- run : make CXX=clcache BUILD_ENV=MSVC -C regression test-parallel JOBS=${{env.windows-vcpus}}
875
+ run : make CXX=clcache BUILD_ENV=MSVC -C regression test
879
876
880
877
# This job takes approximately 7 to 32 minutes
881
878
windows-msi-package :
You can’t perform that action at this time.
0 commit comments