Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-08-31 18:04:38 +00:00
committed by GitHub
211 changed files with 4332 additions and 1515 deletions
+4
View File
@@ -410,6 +410,10 @@ let
# Those are annoyingly flaky, but not enough to be marked as such upstream.
"test-wasi"
]
++ lib.optionals stdenv.hostPlatform.isMusl [
# Doesn't work in sandbox on x86_64.
"test-dns-set-default-order"
]
++ lib.optionals (stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64) [
# These tests fail on x86_64-darwin (even without sandbox).
# TODO: revisit at a later date.