Skip to content

Commit 864ff06

Browse files
authored
starts the 2.4.0 release cycle (#1318)
1 parent 1474256 commit 864ff06

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/workflows/nightly-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
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'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/weekly-regress.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

oasis/common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: bap
3-
Version: 2.3.0
3+
Version: 2.4.0-alpha
44
OCamlVersion: >= 4.08.0
55
Synopsis: BAP Core Library
66
Authors: BAP Team

oasis/common.omake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: bap
3-
Version: 2.3.0
3+
Version: 2.4.0-alpha
44
OCamlVersion: >= 4.08.0
55
Synopsis: BAP Core Library
66
Authors: BAP Team

0 commit comments

Comments
 (0)