Merge pull request #3558 from kolyshkin/1.1-fix-cross-386

[1.1] ci/gha: fix cross-386 job vs go 1.19
This commit is contained in:
Akihiro Suda
2022-08-17 08:21:49 +09:00
committed by GitHub
+1 -1
View File
@@ -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