tests: disable veridian (build failure)

This commit is contained in:
Gaetan Lepage
2026-08-16 13:57:11 +00:00
committed by Gaétan Lepage
parent e20511b723
commit f1311e1d8c
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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"
+3
View File
@@ -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"