File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 ocaml-compiler : ${{ matrix.ocaml-compiler }}
2828 dune-cache : true
29+ cache-prefix : nightly
2930
3031 - name : Configure Homebrew
3132 if : matrix.os == 'macos-latest'
Original file line number Diff line number Diff line change 1212 env :
1313 OPAMJOBS : 2
1414 OPAMRETRES : 8
15- VERSION : 2.3 .0
15+ VERSION : 2.4 .0
1616
1717 steps :
1818 - name : Checkout code
Original file line number Diff line number Diff line change @@ -29,17 +29,20 @@ jobs:
2929 - name : Install System Dependencies
3030 run : opam depext -y bap
3131
32+ - name : Install radare2 Dependencies
33+ run : opam depext -u bap-radare2
34+
3235 - name : Cleanup the Caches
3336 run : sudo apt clean --yes
3437
3538 - name : Build and Install BAP
36- run : opam install bap
39+ run : opam install bap bap-radare2
3740
3841 - name : Checkout the Tests
3942 uses : actions/checkout@v2
4043 with :
4144 repository : BinaryAnalysisPlatform/bap
42- ref : v2.2 .0
45+ ref : v2.3 .0
4346
4447 - name : Install Extra System Dependencies
4548 run : sudo apt-get install dejagnu --yes
Original file line number Diff line number Diff line change 11OASISFormat: 0.4
22Name: bap
3- Version: 2.3.0
3+ Version: 2.4.0-alpha
44OCamlVersion: >= 4.08.0
55Synopsis: BAP Core Library
66Authors: BAP Team
Original file line number Diff line number Diff line change 11OASISFormat: 0.4
22Name: bap
3- Version: 2.3.0
3+ Version: 2.4.0-alpha
44OCamlVersion: >= 4.08.0
55Synopsis: BAP Core Library
66Authors: BAP Team
You can’t perform that action at this time.
0 commit comments