gitian/patches/gb-build-dir.patch
0 → 100644
+31
−0
+2
−2
Loading
The build directory `gb` uses is created with `ioutil.TempDir()` which results in a different one for every started build with high probability. We make it deterministic with this commit.