-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
8d24006
commit fccbaa6
Showing
3 changed files
with
197 additions
and
125 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.