mirror of https://github.com/golang/go.git
build: disable archive/zip on arm
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2326041
This commit is contained in:
parent
a00b98ec3f
commit
cf74232260
|
|
@ -205,6 +205,7 @@ ifeq ($(GOARCH),arm)
|
|||
# Tests that fail, probably 5g bugs.
|
||||
# Disable so that dashboard all.bash can catch regressions.
|
||||
NOTEST+=archive/tar
|
||||
NOTEST+=archive/zip
|
||||
NOTEST+=asn1
|
||||
NOTEST+=big
|
||||
NOTEST+=bytes
|
||||
|
|
|
|||
Loading…
Reference in New Issue