-
Notifications
You must be signed in to change notification settings - Fork 166
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
ansible: update Fedora 30 hosts to Fedora 34 #2745
Conversation
Just in case https://www.digitalocean.com/community/questions/fedora-33-how-to-persist-dns-settings-via-etc-resolv-conf?answer=66950 disappears, the solution to fix the DNS servers is:
|
hmm test builds have lots of "key too small" errors from tests. We saw something similar on Debian 10 (#2612 (comment)) -- I'll check if we picking up a similar OpenSSL config. from the distro. |
Yep we're picking up a stricter OpenSSL security level via Fedora 34's config. Node.js is built with OPENSSLDIR set to
and
which tightens security requirements on minimum key sizes. nodejs/node#27862 tracks tests failures when run with a higher OpenSSL seclevel. |
Update the two DigitalOcean Fedora 30 host to Fedora 34.
Added running build/ansible/roles/docker/templates/ubi81.Dockerfile.j2 Lines 35 to 36 in a655f1a
New test build: https://ci.nodejs.org/job/node-test-commit-linux/42848/nodes=fedora-latest-x64/console ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Note that these new hosts caused failures on the node-addon-api tests as the compiler reported possible use of initialized variables that were not reported before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update the two DigitalOcean Fedora 30 host to Fedora 34.
Refs: #2527 (comment)
Deployed. Labels have been swapped so the existing Fedora 32 hosts are now
fedora-last-latest-x64
while the reimaged Fedora 34 hosts are nowfedora-latest-x64
.