Commit 335a318c authored by Russ Cox's avatar Russ Cox

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

TBR=adg
CC=golang-dev
https://golang.org/cl/2290045
parent 01385b40
...@@ -173,6 +173,7 @@ endif ...@@ -173,6 +173,7 @@ endif
# Disable tests that NaCl cannot run yet. # Disable tests that NaCl cannot run yet.
ifeq ($(GOOS),nacl) ifeq ($(GOOS),nacl)
NOTEST+=archive/tar # no pipe NOTEST+=archive/tar # no pipe
NOTEST+=archive/zip # no pread
NOTEST+=debug/dwarf # no pread NOTEST+=debug/dwarf # no pread
NOTEST+=debug/macho # no pread NOTEST+=debug/macho # no pread
NOTEST+=debug/elf # no pread NOTEST+=debug/elf # no pread
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment