Commit cbb706de authored by Fred Clift's avatar Fred Clift

fix tmpdir because chromeos /tmp is mounted noexec

skip tests because at least one test wants to write to /
parent c2389286
......@@ -7,7 +7,7 @@ class Go < Package
def self.build
FileUtils.cd('src') do
system "./all.bash"
system "TMPDIR=/usr/local/tmp ./make.bash"
end
end
......
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