tests: disable tests impacted by clj-kondo being broken on x86_64-darwin

This commit is contained in:
Gaetan Lepage 2024-11-03 15:50:12 +01:00
parent f98e11b5c3
commit e3733a2f27
2 changed files with 6 additions and 0 deletions

View file

@ -140,6 +140,10 @@
"verilator"
"verible_verilog_format"
])
++ (lib.optionals (pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64) [
# As of 2024-11-03, graalvm-ce (dependency of clj-kondo) is broken on x86_64-darwin
"clj_kondo"
])
++ (lib.optionals pkgs.stdenv.isAarch64 [
"semgrep"
"smlfmt"