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:
parent
01385b400d
commit
335a318c27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user