Skip to content

Commit 7f3a255

Browse files
committed
[FIXUP] Minor changes to bring inline with make-gcc job.
1 parent c628de7 commit 7f3a255

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,14 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v2
6666
with:
67-
submodules: true
67+
submodules: recursive
6868
- name: Fetch dependencies
6969
env:
7070
# This is needed in addition to -yq to prevent apt-get from asking for
7171
# user input
7272
DEBIAN_FRONTEND: noninteractive
73-
TESTPL_JOBS: 4
7473
run: |
75-
sudo apt-get install -yq gdb maven jq flex bison libxml2-utils cpanminus
74+
sudo apt-get install --no-install-recommends -yq clang clang++ gdb maven jq flex bison libxml2-utils cpanminus
7675
make -C src minisat2-download
7776
cpanm Thread::Pool::Simple
7877
- name: Build with make
@@ -90,10 +89,10 @@ jobs:
9089
make TAGS="[!shouldfail]" -C jbmc/unit CXX='/usr/bin/clang++' test
9190
- name: Run regression tests
9291
run: |
93-
make -C regression test
92+
make -C regression test-parallel JOBS=2
9493
make -C regression/cbmc test-paths-lifo
9594
env PATH=$PATH:`pwd`/src/solvers make -C regression/cbmc test-cprover-smt2
96-
make -C jbmc/regression test
95+
make -C jbmc/regression test-parallel JOBS=2
9796
9897
check-ubuntu-20_04-cmake-gcc:
9998
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)