From: Russ Cox Date: Wed, 6 Oct 2010 15:25:40 +0000 (-0400) Subject: build: disable archive/zip for nacl (fix build) X-Git-Tag: weekly.2010-10-13~60 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=335a318c279deae521ac538bacd55098c4685875;p=gostls13.git build: disable archive/zip for nacl (fix build) TBR=adg CC=golang-dev https://golang.org/cl/2290045 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index cc8279a1f9..d5c8e3997c 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -173,6 +173,7 @@ endif # Disable tests that NaCl cannot run yet. ifeq ($(GOOS),nacl) NOTEST+=archive/tar # no pipe +NOTEST+=archive/zip # no pread NOTEST+=debug/dwarf # no pread NOTEST+=debug/macho # no pread NOTEST+=debug/elf # no pread