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

Use jvmkill Docker image when building Trino image #17529

Merged
merged 1 commit into from
May 17, 2023

Conversation

electrum
Copy link
Member

@electrum electrum commented May 17, 2023

Description

This speeds up the build significantly and makes the CI more reliable.

Fixes #17512

Release notes

(x) This is not user-visible or docs only and no release notes are required.

apt-get install -y -q git gcc make && \
git clone https://github.com/airlift/jvmkill /tmp/jvmkill && \
make -C /tmp/jvmkill
FROM ghcr.io/airlift/jvmkill:latest AS jvmkill
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you avoid a specific tag intentionally?

Copy link
Member Author

@electrum electrum May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I only published a latest tag since jvmkill is simple and is essentially unchanged since it was first created.

@electrum electrum merged commit 86f1d1d into trinodb:master May 17, 2023
@electrum electrum deleted the jvmkill branch May 17, 2023 05:49
@github-actions github-actions bot added this to the 418 milestone May 17, 2023
@findepi
Copy link
Member

findepi commented May 23, 2023

lgtm, thanks

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

Successfully merging this pull request may close these issues.

Flaky ci / artifact-checks timeout
3 participants