tests: disable fstar
Dependency z3-4.8.5 fails to build.
This commit is contained in:
parent
7204212dd0
commit
b275f90bee
2 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ let
|
|||
"swiftformat"
|
||||
"swift-format"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isLinux [
|
||||
# 2026-07-12 dependency z3 has a build failure
|
||||
"fstar"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# 2026-06-15: semgrep fails its installCheckPhase
|
||||
"semgrep"
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@ let
|
|||
let
|
||||
|
||||
disabled = [
|
||||
# 2026-07-12 dependency z3 has a build failure
|
||||
"fstar"
|
||||
|
||||
# 2026-07-12 dependency python3.frictionless has a build failure
|
||||
"vectorcode_server"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue