Skip to content

Commit

Permalink
Merge pull request #3556 from kolyshkin/go119-fix-386
Browse files Browse the repository at this point in the history
ci/gha: fix cross-386 job vs go 1.19
  • Loading branch information
AkihiroSuda authored Aug 13, 2022
2 parents 7e54290 + 589a9d5 commit 480e129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ jobs:
go-version: 1.x # Latest stable

- name: unit test
run: sudo -E PATH="$PATH" -- make GOARCH=386 localunittest
# See https://go-review.googlesource.com/c/go/+/421935
run: sudo -E PATH="$PATH" -- make GOARCH=386 CGO_CFLAGS=-fno-stack-protector localunittest

0 comments on commit 480e129

Please sign in to comment.