Skip to content

Commit

Permalink
Merge pull request #3558 from kolyshkin/1.1-fix-cross-386
Browse files Browse the repository at this point in the history
[1.1] ci/gha: fix cross-386 job vs go 1.19
  • Loading branch information
AkihiroSuda authored Aug 16, 2022
2 parents b54084f + c778598 commit 7c69bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ jobs:

- name: unit test
# cgo is disabled by default when cross-compiling
run: sudo -E PATH="$PATH" -- make GOARCH=386 CGO_ENABLED=1 localunittest
run: sudo -E PATH="$PATH" -- make GOARCH=386 CGO_ENABLED=1 CGO_CFLAGS=-fno-stack-protector localunittest

0 comments on commit 7c69bcc

Please sign in to comment.