forked from quic-go/quic-go
update golang.org/x/sys to allow building on openbsd/mips64
This commit is contained in:
2
.github/workflows/cross-compile.sh
vendored
2
.github/workflows/cross-compile.sh
vendored
@@ -13,8 +13,6 @@ for dist in $(go tool dist list); do
|
||||
# iOS builds require Cgo, see https://github.com/golang/go/issues/43343
|
||||
# Cgo would then need a C cross compilation setup. Not worth the hassle.
|
||||
if [[ "$goos" == "ios" ]]; then continue; fi
|
||||
# see https://github.com/golang/go/issues/43442
|
||||
if [[ "$GOVERSION" == "1.16" && "$goos" == "openbsd" && "$goarch" == "mips64" ]]; then continue; fi
|
||||
|
||||
echo "$dist"
|
||||
GOOS=$goos GOARCH=$goarch go build -o main example/main.go
|
||||
|
||||
Reference in New Issue
Block a user