mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
tests: disable fstar
Dependency z3-4.8.5 fails to build.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user