Skip to content

Commit

Permalink
try different compile args?
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Sep 20, 2024
1 parent 0b585d7 commit b6ac236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/scripts/gen_initramfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build_testrunner() {
pushd testrunner > /dev/null

go clean
GOARCH=$goarch go test -c
GOARCH=$goarch CGO_ENABLED=0 go test -c -o testrunner -ldflags '-extldflags "-static"'

if [[ $? -ne 0 ]]
then
Expand Down Expand Up @@ -78,7 +78,7 @@ invoke_bluebox() {

local cmd="bluebox"
cmd+=" -a $goarch"
cmd+=" -e testrunner/testrunner.test"
cmd+=" -e testrunner/testrunner"
cmd+=" -r $eventstrace"
cmd+=" -r $tcfiltertests"
cmd+=" -r $tcfilterbpf"
Expand Down

0 comments on commit b6ac236

Please sign in to comment.