aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-09-29 23:11:00 -0400
committerRuss Cox <rsc@golang.org>2010-09-29 23:11:00 -0400
commitcf742322601d720b589b4b4a6a8f5dac72f14447 (patch)
treea2c26482986ab7fb1fe42a5c34f6012987dfb146
parenta00b98ec3f181c2e1940bdb312615024c17d75ef (diff)
downloadgo-cf742322601d720b589b4b4a6a8f5dac72f14447.tar.gz
go-cf742322601d720b589b4b4a6a8f5dac72f14447.zip
build: disable archive/zip on arm
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2326041
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index d7351c5993..eef571d513 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -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