mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
tests: disable veridian (build failure)
This commit is contained in:
committed by
Gaétan Lepage
parent
e20511b723
commit
f1311e1d8c
@@ -13,6 +13,9 @@ let
|
||||
};
|
||||
|
||||
disabledPackages = [
|
||||
# 2026-08-16: broken dependency "sv-lang"
|
||||
"veridian"
|
||||
|
||||
# 2026-07-12: build failure: cpplint_unittest.py:7209: AssertionError
|
||||
"cpplint"
|
||||
|
||||
|
||||
@@ -37,6 +37,9 @@ let
|
||||
let
|
||||
|
||||
disabled = [
|
||||
# 2026-08-16: broken dependency "sv-lang"
|
||||
"veridian"
|
||||
|
||||
# 2026-07-12 dependency z3 has a build failure
|
||||
"fstar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user