Skip to content

Commit

Permalink
Add build job for Hexagon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 29, 2023
1 parent 03a7a1b commit dad6bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
git clone --depth 1 http://github.com/BinaryAnalysisPlatform/bap-frames.git
git clone --depth 1 http://github.com/BinaryAnalysisPlatform/qemu.git
- name: Build without tracewrap
- name: Build for Hexagon
run: |
cd qemu
./configure --prefix=$HOME --target-list=arm-linux-user
./configure --prefix=$HOME --with-tracewrap="$HOME"/bap-frames --target-list=hexagon-linux-user
ninja -C build

0 comments on commit dad6bc1

Please sign in to comment.