-
Notifications
You must be signed in to change notification settings - Fork 902
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
fix(ci): use vault.centos.org for centos:7 CI build. #3274
Conversation
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
/milestone 0.39.0 |
Refs #3270 |
c8e54c0
to
71d82a3
Compare
It seems like arm64 centos-release-scl repo is missing from vault.centos.org :/ |
12c27aa
to
71d82a3
Compare
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
…enforce the usage of node16. Centos:7 does not support node20 (glibc required mismatch). Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
61adabd
to
a43bd1c
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FedeDP, leogr, LucaGuerra The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/milestone 0.38.2 |
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area CI
What this PR does / why we need it:
Enforce the usage of the vault.centos.org mirrors for centos:7 CI. This should fix the CI and let us gain time to design a proper solution to drop centos7.
Also, recently github actions enforced the usage of node20 runners, breaking our
actions/checkout
step when ran inside centos:7 container (glibc version mismatch); workaround that issue too, by adding the envACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
to the workflow.See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: