@@ -140,10 +140,10 @@ jobs:
140
140
141
141
# This job has been copied from the one above it, and modified to only build CBMC
142
142
# and run the `regression/cbmc/` regression tests against Z3. The rest of the tests
143
- # (unit/regression) have been stripped based on the rationale that they are going
143
+ # (unit/regression) have been stripped based on the rationale that they are going
144
144
# to be run by the job above, which is basically the same, but more comprehensive.
145
145
# The reason we opted for a new job is that adding a `test-z3` step to the current
146
- # jobs increases the job runtime to unacceptable levels (over 2hrs).
146
+ # jobs increases the job runtime to unacceptable levels (over 2hrs).
147
147
# This job takes approximately 18 minutes
148
148
check-ubuntu-20_04-make-clang-smt-z3 :
149
149
runs-on : ubuntu-20.04
@@ -604,7 +604,6 @@ jobs:
604
604
make CXX=clcache BUILD_ENV=MSVC -C jbmc/unit test
605
605
- name : Run CBMC regression tests
606
606
run : make CXX=clcache BUILD_ENV=MSVC -C regression test
607
-
608
607
609
608
# This job takes approximately 1 minute
610
609
check-clang-format :
@@ -709,7 +708,7 @@ jobs:
709
708
with :
710
709
submodules : recursive
711
710
- name : Fetch dependencies
712
- run : |
711
+ run : |
713
712
sudo apt-get update
714
713
sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
715
714
# remove libgcc-s1, which isn't normally available in Ubuntu 18.04
0 commit comments