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

Test Ubuntu 24.10 Oracular support #1818

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Test Ubuntu 24.10 Oracular support #1818

wants to merge 13 commits into from

Conversation

XuechunHou
Copy link
Contributor

Description

Related issue

How has this been tested?

Checklist:

  • Unit tests
    • Unit tests do not apply.
    • Unit tests have been added/modified and passed for this PR.
  • Integration tests
    • Integration tests do not apply.
    • Integration tests have been added/modified and passed for this PR.
  • Documentation
    • This PR introduces no user visible changes.
    • This PR introduces user visible changes and the corresponding documentation change has been made.
  • Minor version bump
    • This PR introduces no new features.
    • This PR introduces new features, and there is a separate PR to bump the minor version since the last release already.
    • This PR bumps the version.

Dockerfile Outdated Show resolved Hide resolved
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 \
Copy link
Contributor

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.

Copy link
Contributor

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.

@XuechunHou XuechunHou changed the title Update compile.go Test Ubuntu 24.10 Oracular support Oct 31, 2024
@franciscovalentecastro franciscovalentecastro added the kokoro:force-run Forces kokoro to run integration tests on a CL label Oct 31, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Oct 31, 2024
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants