Skip to content

Commit

Permalink
fixes nightly tests (#1258)
Browse files Browse the repository at this point in the history
The tests are requiring the presence of radare (for the sole purpose
of disabling radare), therefore they were failing since when we excluded
bap-radare2 from the default distribution of bap. The solution is
simple just install bap-radare. As a nice side-effect we will also
test that radare2 is properly installed.
  • Loading branch information
ivg authored Dec 8, 2020
1 parent 6a06cc9 commit da7820e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
- name: Install System Dependencies
run: opam depext -u bap

- name: Install radare2 Dependencies
run: opam depext -u bap-radare2

- name: Cleanup the Caches
if: matrix.os == 'ubuntu-latest'
run: sudo apt clean --yes

- name: Build and Install BAP
run: opam install bap
run: opam install bap bap-radare2

- name: Checkout the Tests
uses: actions/checkout@v2
Expand Down

0 comments on commit da7820e

Please sign in to comment.