mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests: disable tests impacted by clj-kondo being broken on x86_64-darwin
This commit is contained in:
parent
f98e11b5c3
commit
e3733a2f27
2 changed files with 6 additions and 0 deletions
|
@ -140,6 +140,10 @@
|
||||||
"verilator"
|
"verilator"
|
||||||
"verible_verilog_format"
|
"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 [
|
++ (lib.optionals pkgs.stdenv.isAarch64 [
|
||||||
"semgrep"
|
"semgrep"
|
||||||
"smlfmt"
|
"smlfmt"
|
||||||
|
|
|
@ -48,6 +48,8 @@
|
||||||
# https://github.com/NixOS/nixpkgs/pull/331373
|
# https://github.com/NixOS/nixpkgs/pull/331373
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
"dmd"
|
"dmd"
|
||||||
|
# As of 2024-11-03, graalvm-ce (dependency of clj-kondo) is broken on x86_64-darwin
|
||||||
|
"clj_kondo"
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: respect unpackaged from generated
|
# TODO: respect unpackaged from generated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue