Skip to content

Commit

Permalink
Update to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CouleeApps committed Nov 20, 2024
1 parent 3527946 commit 5384831
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,26 @@ jobs:
# These work but are excessive for building
# - name: v03.02.03814
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
# use-patch: true
# - name: v3.3.3996
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
# use-patch: true
# - name: v3.4.4271-stable
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
- name: v3.5.4526-stable
patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
# use-patch: true
# - name: v3.5.4526-stable
# patch-file: ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
# use-patch: true
- name: v4.0.4958-stable
patch-file: ../.github/workflows/4.0_0001-Support-building-plugins-without-an-install.patch
use-patch: true
- name: v4.1.5747-stable
patch-file: ../.github/workflows/4.1_0001-Support-building-plugins-without-an-install.patch
use-patch: true
- name: v4.2.6455-stable
use-patch: false
- name: dev
patch-file: ../.github/workflows/4.1_0001-Support-building-plugins-without-an-install.patch
use-patch: false
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -56,6 +64,7 @@ jobs:
git checkout --force ${{matrix.version.name}}
git submodule update --init --recursive
- name: Patch api to allow building headlessly
if: ${{ matrix.use-patch }}
shell: bash
run: |
cd binaryninjaapi
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Included is support for automated builds using the GitHub Actions CI.
## Compatibility

This repo has been tested on the following versions of Binary Ninja:
* Binary Ninja 4.2.6455
* Binary Ninja 4.1.5747
* Binary Ninja 4.0.4958
* Binary Ninja 3.5.4526
Expand All @@ -15,8 +16,8 @@ And the following operating systems:
* Windows 10
* Ubuntu 24.04
* Ubuntu 22.04
* macOS 15
* macOS 14
* macOS 13

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.

Expand Down
2 changes: 1 addition & 1 deletion binaryninjaapi
Submodule binaryninjaapi updated 389 files

0 comments on commit 5384831

Please sign in to comment.