summaryrefslogtreecommitdiff
path: root/misc/nacl/mkzip.go
Commit message (Collapse)AuthorAgeFilesLines
* misc/nacl, syscall: lazily initialize fs on nacl.Shenghou Ma2014-07-011-2/+8
| | | | | | | | | | On amd64, the real time is reduced from 176.76s to 140.26s. On ARM, the real time is reduced from 921.61s to 726.30s. LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/101580043
* build: make nacl passRuss Cox2014-05-201-0/+220
Add nacl.bash, the NaCl version of all.bash. It's a separate script because it builds a variant of package syscall with a large zip file embedded in it, containing all the input files needed for tests. Disable various tests new since the last round, mostly the ones using os/exec. Fixes issue 7945. LGTM=dave R=golang-codereviews, remyoudompheng, dave, bradfitz CC=golang-codereviews https://codereview.appspot.com/100590044