-
Notifications
You must be signed in to change notification settings - Fork 31
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
DLPX-92534 linux-pkg changes for LTS upgrade to 24.04 #325
base: os-upgrade
Are you sure you want to change the base?
DLPX-92534 linux-pkg changes for LTS upgrade to 24.04 #325
Conversation
8afa695
to
e678599
Compare
9974ef3
to
499fcc5
Compare
751fb09
to
8fa2fda
Compare
8fa2fda
to
22b3e97
Compare
254e4ee
to
dde565b
Compare
can you clarify why it's OK to remove the adoptopenjdk package? why did we need it to begin with? |
From https://perforce.slack.com/archives/C07HB5Y7K8S/p1729097131001349, it sounds like it was an old process that we stuck to and there's no reason to maintain a copy of the package in artifactory. |
Thanks, OK.. I'd defer to Seb, so if he's OK with it, then seems reasonable to me.. perhaps when we started down that path, there wasn't a JDK 8 available from ubuntu.. |
39ba085
to
dd1b9fc
Compare
dd1b9fc
to
cea9bac
Compare
Problem
This PR contains changes required for the Ubuntu LTS upgrade to 24.04 and as such targets the
os-upgrade
branch. It mainly removes a few internal sources in favor of upstream packages and also enables building the remaining packages on 24.04.Solution
The following are the changes, along with explanations for each:
adoptopenjdk
: Prior to this PR, the JDK was sourced and downloaded from our internal artifactory. There is no reason why we cannot install this via apt.bpftrace
,bcc
,drgn
,fio
,gdb-python
,libkdumpfile
andmold
: All of these packages also can be sourced directly from their respective upstream sources (dependent changes WIP)llvm-12
is not available on 24.04. As such updateconnstat
andzfs
's build dependency to depend onllvm-14
instead.zfs
also requires additional packages:dh-dkms
libpam0g
: The bootstrap image that the current + future OS upgrade projects will initially use is based on a vanilla Ubuntu image, and not a Delphix-based buildserver. Hence, the PAM headers need to be installed as a build dependency of ZFSlibtirpc-dev
Testing Done
WIP