From cf742322601d720b589b4b4a6a8f5dac72f14447 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 29 Sep 2010 23:11:00 -0400 Subject: [PATCH] build: disable archive/zip on arm R=adg TBR=adg CC=golang-dev https://golang.org/cl/2326041 --- src/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0