Skip to content

Commit

Permalink
[libfuzzer] Add ability to specify CPU_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Aug 28, 2024
1 parent 255ab32 commit 02ddcf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/libfuzzer/setup-target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ else
FETCH_ARGS+=(--asan)
fi

FETCH_ARGS+=(--cpu "${CPU_ARCH:-$(uname -m)}")

if [[ "$COVERAGE" = 1 ]]
then
FETCH_ARGS+=(--coverage --build "$REVISION")
Expand Down

0 comments on commit 02ddcf7

Please sign in to comment.