Allow travis build failure on GOOS=openbsd GOARCH=arm
It seems that the package: golang.org/x/sys/unix has a build failure on openbsd/arm: # golang.org/x/sys/unix ../../golang.org/x/sys/unix/flock.go:18: undefined: Flock_t ../../golang.org/x/sys/unix/sockcmsg_unix.go:36: undefined: Cmsghdr ../../golang.org/x/sys/unix/sockcmsg_unix.go:42: undefined: Cmsghdr it seems a failure on the upstream package, so for now let's allow the build failure. This commit removes also the build for dragonfly that is not officially supported.
This commit is contained in:
@@ -15,14 +15,13 @@ env:
|
||||
- TEST_OS=darwin TEST_ARCH=386
|
||||
- TEST_OS=darwin TEST_ARCH=amd64
|
||||
- TEST_OS=freebsd TEST_ARCH=amd64
|
||||
- TEST_OS=dragonfly TEST_ARCH=amd64
|
||||
- TEST_OS=openbsd TEST_ARCH=amd64
|
||||
- TEST_OS=openbsd TEST_ARCH=386
|
||||
- TEST_OS=openbsd TEST_ARCH=arm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: TEST_OS=dragonfly TEST_ARCH=amd64
|
||||
- env: TEST_OS=openbsd TEST_ARCH=arm
|
||||
|
||||
before_install:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user