[validation only] ci: bump test-portability runners to Ubuntu 26.04 - #2333
Closed
brainrake wants to merge 1 commit into
Closed
[validation only] ci: bump test-portability runners to Ubuntu 26.04#2333brainrake wants to merge 1 commit into
brainrake wants to merge 1 commit into
Conversation
Ubuntu 24.04's glibc 2.39 is older than what nixpkgs' bumped glibc (2.42) now builds bundled libraries against, breaking the "without Nix" portability tests. Ubuntu 26.04 ships glibc 2.43, restoring the host-glibc-ahead-of-nixpkgs invariant the portable bundle relies on.
Collaborator
Author
|
Confirmed green against #2328's bumped nixpkgs — closing in favor of the develop-based PR. |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporary validation PR targeting #2328's branch to confirm the runner bump actually fixes the `GLIBC_2.42' not found` failure with real bumped-nixpkgs artifacts. Will be closed in favor of a develop-based PR once confirmed green, same pattern as #2331 -> #2332 for the cgal fix.