-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Description
Issue
The OS version of oracle-bare-metal-64cpu-512gb-x86-64 seems too old, and it brings compatibility issues where some applications would expect a newer version of software.
This is a github issue that is caused by this, and it prevents us from using codspeed as the runner for our benchmark.
codspeed needs systemd 240, which was released at the end of 2018, to work. But our bare-metal machine seems to be running systemd 239.
I can't see the actual OS version that is used for bare metal, but I guess it is oraclelinux:8
$ docker run --rm -it oraclelinux:8 bash -c "systemd-run --version"
systemd 239 (239-82.0.8.el8_10.13)
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy
Proposal
Bump oraclelinux:8 to the latest oraclelinux:10 for oracle-bare-metal-64cpu-512gb-x86-64.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels