1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge pull request #12063 from Mic92/speed-up-ci

packaging: move tests to passthru
This commit is contained in:
mergify[bot] 2024-12-17 21:23:26 +00:00 committed by GitHub
commit 8117f16541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,11 +201,7 @@
# Some perl dependencies are broken on i686-linux. # Some perl dependencies are broken on i686-linux.
# Since the support is only best-effort there, disable the perl # Since the support is only best-effort there, disable the perl
# bindings # bindings
perlBindings = self.hydraJobs.perlBindings.${system};
# Temporarily disabled because GitHub Actions OOM issues. Once
# the old build system is gone and we are back to one build
# system, we should reenable this.
#perlBindings = self.hydraJobs.perlBindings.${system};
} }
# Add "passthru" tests # Add "passthru" tests
// flatMapAttrs ({ // flatMapAttrs ({