Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build against glibc 2.26 #41

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Build against glibc 2.26

    Previously we were building against glibc 2.26.
    
    amazonlinux 2 has 2.26, and we have users wanting to use this, so let's
    jump back a couple of glibcs to support them.
    
    Another advantage here is that amazonlinux maintains `yum` working out
    of the box, rather than needing to configure mirrors.
    
    A down-side is that the `node` version used by the `checkout` action
    links a newer glibc than 2.26. For now we activate a hatch to revert to
    an older node, but in the future we may need to work around another way,
    e.g. by manually checking out the source ourselves instead of relying on
    the actions action which relies on node. We also now perform container
    set-up before the checkout action, so we can set up the tools it assumes
    (e.g. `tar`)
    illicitonion committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a7a0508 View commit details
    Browse the repository at this point in the history