tests/all-package-defaults: disable ols on darwin (because of compiler-rt-libc)
This commit is contained in:
parent
aebff07390
commit
7dbb34738b
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ let
|
|||
"rustaceanvim"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# 2026-05-28: build failure (compiler-rt-libc)
|
||||
"ols"
|
||||
|
||||
# 2026-05-04: build failure (appstream)
|
||||
"blueprint-compiler"
|
||||
"openscad.nvim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue