Merge pull request #306319 from sequencer/patch-3

circt: disable bundled llvm check
This commit is contained in:
Nick Cao 2024-04-24 19:40:25 -04:00 committed by GitHub
commit 8bd5f8180b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@
--replace "$out/bin/llvm-config" "$dev/bin/llvm-config" # patch path for llvm-config
'';
doCheck = true;
# circt only use the mlir part of llvm, occasionally there are some unrelated failure from llvm,
# disable the llvm check, but keep the circt check enabled.
doCheck = false;
checkTarget = "check-mlir";
meta = llvm.meta // {