mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user