From 7f805cb48f65ce18ef7124443068ad5d3eedcab1 Mon Sep 17 00:00:00 2001 From: Las Safin Date: Fri, 3 Sep 2021 14:00:08 +0000 Subject: [PATCH] Run all tests (some fail) --- nix/alliance-check-toolkit.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/nix/alliance-check-toolkit.nix b/nix/alliance-check-toolkit.nix index 2b3cf819..e792a8b8 100644 --- a/nix/alliance-check-toolkit.nix +++ b/nix/alliance-check-toolkit.nix @@ -17,14 +17,11 @@ stdenv.mkDerivation { # which is why we use it. USER = "verhaegs"; - patchPhase = "true"; + postPatch = "patchShebangs ."; configurePhase = "true"; buildPhase = '' - cd benchs/adder/cmos - echo 'doing make druc' - make druc - echo 'doing make lvx' - make lvx + cd benchs + ../bin/go.sh ''; installPhase = "touch $out"; fixupPhase = "true";