From dad6bc1d3d0a5fa0f7b491bebf58fd568e78c77d Mon Sep 17 00:00:00 2001 From: Rot127 Date: Tue, 28 Nov 2023 14:40:15 -0500 Subject: [PATCH] Add build job for Hexagon --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c02a6682e14e..17410a705781 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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