From: Russ Cox Date: Thu, 30 Sep 2010 03:11:00 +0000 (-0400) Subject: build: disable archive/zip on arm X-Git-Tag: weekly.2010-09-29~5 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cf742322601d720b589b4b4a6a8f5dac72f14447;p=gostls13.git build: disable archive/zip on arm R=adg TBR=adg CC=golang-dev https://golang.org/cl/2326041 --- 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