Skip to content

Commit

Permalink
ci fix -static to be cflags
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil authored and ryjones committed Sep 6, 2024
1 parent 7024f43 commit 883d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cmd: tests bench -c PERF --arch-flags "-mcpu=cortex-a76 -march=armv8.2-a" -v --output output.json
- system: a55
name: Arm Cortex-A55 (Snapdragon 888) benchmarks
cmd: tests bench -c PERF --arch-flags "-static -mcpu=cortex-a55 -march=armv8.2-a" -w exec-on-a55 -v --output output.json
cmd: tests bench -c PERF --cflags -static --arch-flags "-mcpu=cortex-a55 -march=armv8.2-a" -w exec-on-a55 -v --output output.json
runs-on: self-hosted-${{ matrix.target.system }}
defaults:
run:
Expand Down

0 comments on commit 883d899

Please sign in to comment.