File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RMC must currently be built from source.
5
5
In general, the following dependencies are required:
6
6
7
7
1 . The dependencies needed to built ` rustc ` . RMC is a fork of the Rust compiler, and so we have the same minimum requirements.
8
- 2 . [ CBMC] ( https://github.com/diffblue/cbmc ) (>= 5.36 .0)
8
+ 2 . [ CBMC] ( https://github.com/diffblue/cbmc ) (>= 5.43 .0)
9
9
3 . [ CBMC Viewer] ( https://github.com/awslabs/aws-viewer-for-cbmc ) (>= 2.6)
10
10
11
11
Note: These dependencies may be installed by running the CI scripts shown below and there is no need to install them separately, for their respective OS.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ EXTRA_X_PY_BUILD_ARGS="${EXTRA_X_PY_BUILD_ARGS:-}"
14
14
RMC_DIR=$SCRIPT_DIR /..
15
15
16
16
# Required dependencies
17
- check-cbmc-version.py --major 5 --minor 30
17
+ check-cbmc-version.py --major 5 --minor 43
18
18
check-cbmc-viewer-version.py --major 2 --minor 5
19
19
20
20
# Formatting check
Original file line number Diff line number Diff line change 7
7
# Github promises weekly build image updates, so we can skip the update step and
8
8
# worst case we should only be 1-2 weeks behind upstream brew.
9
9
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-software
10
- # brew update
10
+ brew update
11
11
12
12
# Install dependencies via `brew`
13
13
brew install ctags
Original file line number Diff line number Diff line change 5
5
set -eu
6
6
7
7
UBUNTU_VERSION=$( lsb_release -rs)
8
- FILE=" ubuntu-${UBUNTU_VERSION} -cbmc-5.36 .0-Linux.deb"
9
- URL=" https://github.com/diffblue/cbmc/releases/download/cbmc-5.36 .0/$FILE "
8
+ FILE=" ubuntu-${UBUNTU_VERSION} -cbmc-5.43 .0-Linux.deb"
9
+ URL=" https://github.com/diffblue/cbmc/releases/download/cbmc-5.43 .0/$FILE "
10
10
11
11
set -x
12
12
You can’t perform that action at this time.
0 commit comments