circt: disable bundled llvm check

This commit is contained in:
Jiuyang Liu 2024-04-24 00:22:15 +08:00
parent 7dbf403ed5
commit b31cb6f906
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 // {