Make all checks work
This commit is contained in:
parent
7f805cb48f
commit
33a847c117
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||
USER = "verhaegs";
|
||||
|
||||
postPatch = "patchShebangs .";
|
||||
configurePhase = "true";
|
||||
configurePhase = "export CHECK_TOOLKIT=\"$PWD\"";
|
||||
buildPhase = ''
|
||||
cd benchs
|
||||
../bin/go.sh
|
||||
|
|
Loading…
Reference in New Issue