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 request for uptime and diff on CentOS9+ #3869

Open
sxa opened this issue Feb 6, 2025 · 0 comments · May be fixed by #3870
Open

Ansible request for uptime and diff on CentOS9+ #3869

sxa opened this issue Feb 6, 2025 · 0 comments · May be fixed by #3870

Comments

@sxa
Copy link
Member

sxa commented Feb 6, 2025

Please put the name of the software product (and affected platforms if relevant) in the title of this issue

Delete as appropriate from this list:

  • Missing install

Details:
uptime and diff are both required by the build process that we use. diff is needed by the openjdk configure step, and uptime is currently used in linux.sh and https://github.com/adoptium/temurin-build/blob/d1c15a677275e44c3fed8c287159743794e88f6a/sbin/prepareWorkspace.sh#L428 (The former could likely be removed though, and the the latter was for diagnostic purposes, but potential still useful when debugging performance issues.

uptime is still in CentOS 8, but not in CentOS Stream 9+'s base docker images. diff was in 7 but is not in 8 and above. Both of these distributions will need procps-ng and diffutils added to their list of required packages in the playbooks. Note that while earlier versions already have these, we shouldn't add procps-ng to them all as CentOS6/RHEL6 uses the earlier procps instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant