Page MenuHomePhabricator

guix: use glibc 2.31
ClosedPublic

Authored by Fabien on Nov 28 2024, 21:25.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC7926d7e7e6bf: guix: use glibc 2.31
Summary
Set minimum required glibc to 2.31.
The glibc 2.31 branch is still maintained:
https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/release/2.31/master.

Remove the stack-protector check from test-security-check, as the test
no-longer fails, and given the control we have of the end, the actual
security-check test seems sufficient (this might also be applied to some
of the other checks).

Drops runtime support for Ubuntu Bionic 18.04 and RHEL-8 from the release binaries.

Backport of core#29987.

Depends on D17236.

Test Plan

Run the Linux Guix build.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Nov 28 2024, 21:25

Remove temporary release note

This revision is now accepted and ready to land.Nov 29 2024, 08:14
This revision was automatically updated to reflect the committed changes.