]> Cypherpunks repositories - gostls13.git/commitdiff
build: disable archive/zip for nacl (fix build)
authorRuss Cox <rsc@golang.org>
Wed, 6 Oct 2010 15:25:40 +0000 (11:25 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 6 Oct 2010 15:25:40 +0000 (11:25 -0400)
TBR=adg
CC=golang-dev
https://golang.org/cl/2290045

src/pkg/Makefile

index cc8279a1f91e44d820858b2ab6b3cdc858056631..d5c8e3997c3f587a90769cf100d126f070163302 100644 (file)
@@ -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