We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637c37e commit 2b4d02bCopy full SHA for 2b4d02b
.github/workflows/minor.yml
@@ -31,6 +31,9 @@ jobs:
31
- make examples SANITIZE=1
32
- make perf
33
steps:
34
+ - if: ${{ contains(matrix.MAKE, 'SANITIZE=1 O0=1') }}
35
+ name: setup cbmc
36
+ run: sudo apt install -y --no-install-recommends cbmc
37
# needed for libc++ since the Ubuntu 20.04.2 update (image version 20210315.1)
38
# https://askubuntu.com/questions/1211743/clang-doesnt-find-c-stdlib-on-my-ubuntu-18-04-but-it-does-on-a-brand-new-ins
39
# variant 1: downgrade clang++ to matching g++ (= 11)
0 commit comments