-
Notifications
You must be signed in to change notification settings - Fork 68
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
Test Ubuntu 24.10 Oracular support #1818
base: master
Are you sure you want to change the base?
Conversation
dockerfiles/compile.go
Outdated
install_packages: `RUN set -x; apt-get update && \ | ||
DEBIAN_FRONTEND=noninteractive apt-get -y install git systemd \ | ||
autoconf libtool libcurl4-openssl-dev libltdl-dev libssl-dev libyajl-dev \ | ||
build-essential cmake bison flex file libsystemd-dev \ |
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.
Need to add systemd-dev
and debhelper
here. It is also need a newer version of fluent-bit. I tried 3.1.9 and it works. Created #1819 for the fluent-bit update.
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.
No need to update fluent-bit, the current version in the repo 3.1.6 builds correctly in Ubuntu Oracular.
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.
Note that bullseye-aarch64 went EOL and these tests didn't actually run (this might be why we're not seeing the postgres failures on this PR). We should apply these temporary changes to e.g. bookworm instead of bullseye (and we should also get rid of all of the bullseye-aarch64 stuff in a separate PR later).
Description
Related issue
How has this been tested?
Checklist: