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

ansible: update to Java 11/17 #3047

Merged
merged 2 commits into from
Oct 13, 2022
Merged

ansible: update to Java 11/17 #3047

merged 2 commits into from
Oct 13, 2022

Conversation

richardlau
Copy link
Member

Refs: #3030

This PR moves a subset of out test infrastructure off Java 8 onto either Java 11 or 17 (depending on what is available from the OS package repositories) to allow us to update Jenkins in the future. Remaining platforms will be dealt with later.

Latest Jenkins LTS release has dropped support for Java 8.
Update Ansible scripts for FreeBSD 12 to update to Java 11. Also fixes
issues with the scripts running with Ansible 2.11.2.
@@ -8,7 +8,7 @@
'yum': ['centos', 'rhel7', 'aix71', 'aix72', 'ibmi'],
'apt': ['debian', 'ubuntu'],
'dnf': ['aix73', 'fedora', 'rhel8'],
'pkg': 'freebsd',
'pkgng': 'freebsd',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I needed to change this to get the Jenkins worker create Ansible playbook to run against our FreeBSD 12 machines otherwise I was getting errors:

Could not find a module for pkg.

from Ansible (2.11.2).

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Since we don't build/release using XLC (we use GCC instead) I don't think the update of the runtime will have any effecton the releases.

@richardlau richardlau merged commit e61ec8f into nodejs:main Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants