Skip to content

Commit

Permalink
gh: setup cbmc
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Feb 20, 2024
1 parent 637c37e commit 2b4d02b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- make examples SANITIZE=1
- make perf
steps:
- if: ${{ contains(matrix.MAKE, 'SANITIZE=1 O0=1') }}
name: setup cbmc
run: sudo apt install -y --no-install-recommends cbmc
# needed for libc++ since the Ubuntu 20.04.2 update (image version 20210315.1)
# https://askubuntu.com/questions/1211743/clang-doesnt-find-c-stdlib-on-my-ubuntu-18-04-but-it-does-on-a-brand-new-ins
# variant 1: downgrade clang++ to matching g++ (= 11)
Expand Down

0 comments on commit 2b4d02b

Please sign in to comment.