Skip to content

Commit

Permalink
configure to circt nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Dec 15, 2023
1 parent 51812fc commit ea1417f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ final: prev:
sha256 = "sha256-gExhWkhVhIpTKRCfF26pZnrcrf//ASQJDxEKbYc570s=";
fetchSubmodules = true;
};
preConfigure = ''
find ./test -name '*.mlir' -exec sed -i 's|/usr/bin/env|${final.coreutils}/bin/env|g' {} \;
substituteInPlace cmake/modules/GenVersionFile.cmake --replace "unknown git version" "nightly"
'';
});
}

0 comments on commit ea1417f

Please sign in to comment.