Skip to content

Commit 5384831

Browse files
committed
Update to 4.2
1 parent 3527946 commit 5384831

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.github/workflows/build.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,26 @@ jobs:
3131
# These work but are excessive for building
3232
# - name: v03.02.03814
3333
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
34+
# use-patch: true
3435
# - name: v3.3.3996
3536
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
37+
# use-patch: true
3638
# - name: v3.4.4271-stable
3739
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
38-
- name: v3.5.4526-stable
39-
patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
40+
# use-patch: true
41+
# - name: v3.5.4526-stable
42+
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
43+
# use-patch: true
4044
- name: v4.0.4958-stable
4145
patch-file: ../.github/workflows/4.0_0001-Support-building-plugins-without-an-install.patch
46+
use-patch: true
4247
- name: v4.1.5747-stable
4348
patch-file: ../.github/workflows/4.1_0001-Support-building-plugins-without-an-install.patch
49+
use-patch: true
50+
- name: v4.2.6455-stable
51+
use-patch: false
4452
- name: dev
45-
patch-file: ../.github/workflows/4.1_0001-Support-building-plugins-without-an-install.patch
53+
use-patch: false
4654
steps:
4755
- uses: actions/checkout@v3
4856
with:
@@ -56,6 +64,7 @@ jobs:
5664
git checkout --force ${{matrix.version.name}}
5765
git submodule update --init --recursive
5866
- name: Patch api to allow building headlessly
67+
if: ${{ matrix.use-patch }}
5968
shell: bash
6069
run: |
6170
cd binaryninjaapi

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Included is support for automated builds using the GitHub Actions CI.
66
## Compatibility
77

88
This repo has been tested on the following versions of Binary Ninja:
9+
* Binary Ninja 4.2.6455
910
* Binary Ninja 4.1.5747
1011
* Binary Ninja 4.0.4958
1112
* Binary Ninja 3.5.4526
@@ -15,8 +16,8 @@ And the following operating systems:
1516
* Windows 10
1617
* Ubuntu 24.04
1718
* Ubuntu 22.04
19+
* macOS 15
1820
* macOS 14
19-
* macOS 13
2021

2122
Other versions may work, though! Later versions of operating systems will likely load fine, though later versions of Binary Ninja may need to be recompiled and possibly have the CI patches reworked.
2223

binaryninjaapi

Submodule binaryninjaapi updated 389 files

0 commit comments

Comments
 (0)