1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:04:39 -07:00

build: disable archive/zip on arm

R=adg
TBR=adg
CC=golang-dev
https://golang.org/cl/2326041
This commit is contained in:
Russ Cox 2010-09-29 23:11:00 -04:00
parent a00b98ec3f
commit cf74232260

View File

@ -205,6 +205,7 @@ ifeq ($(GOARCH),arm)
# Tests that fail, probably 5g bugs. # Tests that fail, probably 5g bugs.
# Disable so that dashboard all.bash can catch regressions. # Disable so that dashboard all.bash can catch regressions.
NOTEST+=archive/tar NOTEST+=archive/tar
NOTEST+=archive/zip
NOTEST+=asn1 NOTEST+=asn1
NOTEST+=big NOTEST+=big
NOTEST+=bytes NOTEST+=bytes