Skip to content

Commit

Permalink
Merge branch 'aseitz/missed-capstone-refs-5-0-1' into 'main'
Browse files Browse the repository at this point in the history
Update missed references to capstone 5.0.0

See merge request rewriting/ddisasm!1206
  • Loading branch information
adamjseitz committed May 21, 2024
2 parents 0417a25 + d7eff85 commit 8b2dfea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
curl https://download.grammatech.com/gtirb/files/apt-repo/conf/apt.gpg.key | apt-key add -
echo "deb https://download.grammatech.com/gtirb/files/apt-repo ${{ matrix.os }} unstable" >> /etc/apt/sources.list
apt-get update
apt-get -y install libcapstone-dev=1:5.0.0-gtdev libgtirb libgtirb-dev libgtirb-pprinter libgtirb-pprinter-dev gtirb-pprinter
apt-get -y install libcapstone-dev=1:5.0.1-gtdev libgtirb libgtirb-dev libgtirb-pprinter libgtirb-pprinter-dev gtirb-pprinter
- name: Checkout ddisasm
uses: actions/checkout@v4
- name: Build
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
curl https://download.grammatech.com/gtirb/files/apt-repo/conf/apt.gpg.key | apt-key add -
echo "deb https://download.grammatech.com/gtirb/files/apt-repo ${{ matrix.os }} unstable" >> /etc/apt/sources.list
apt-get update
apt-get -y install libcapstone-dev=1:5.0.0-gtdev libgtirb libgtirb-dev libgtirb-pprinter libgtirb-pprinter-dev gtirb-pprinter
apt-get -y install libcapstone-dev=1:5.0.1-gtdev libgtirb libgtirb-dev libgtirb-pprinter libgtirb-pprinter-dev gtirb-pprinter
pip3 install https://download.grammatech.com/gtirb/files/python/gtirb-unstable-py3-none-any.whl
pip3 install -r requirements-dev.txt
# Download artifacts
Expand Down
2 changes: 1 addition & 1 deletion doc/source/GENERAL/2-Building-Ddisasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To build Ddisasm from source, the following requirements should be installed:

- [gtirb](https://github.com/grammatech/gtirb) version 1.12.1 or later
- [gtirb-pprinter](https://github.com/grammatech/gtirb-pprinter), version 2.0.0 or later
- [Capstone](http://www.capstone-engine.org/), version 5.0.0 or later
- [Capstone](http://www.capstone-engine.org/), version 5.0.1 or later
- GrammaTech builds and tests using the [GrammaTech/capstone](https://github.com/GrammaTech/capstone) fork.
- [Souffle](https://souffle-lang.github.io), version 2.4 with support for 64 bit numbers (via `-DSOUFFLE_DOMAIN_64BIT=1` during configuration)

Expand Down

0 comments on commit 8b2dfea

Please sign in to comment.