1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:57:57 -07:00

build: disable archive/zip for nacl (fix build)

TBR=adg
CC=golang-dev
https://golang.org/cl/2290045
This commit is contained in:
Russ Cox 2010-10-06 11:25:40 -04:00
parent 01385b400d
commit 335a318c27

View 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