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

ci: Fix Linux build #8208

Merged
merged 1 commit into from Dec 1, 2023
Merged

Conversation

Smjert
Copy link
Member

@Smjert Smjert commented Dec 1, 2023

When removing packages to get more space,
don't cause other packages to be installed;
keep one version of temurin Java sdk.

This is necessary because the apt mirrors that the install tries to access are out of date, and this makes the Linux job fail. To update them we would need to call apt update, but we really don't want to.

When removing packages to get more space,
don't cause other packages to be installed;
keep one version of temurin Java sdk.
@Smjert Smjert added the CI/CD Anything about the Continuous Integration or Continuous Deployment tool used by the repository label Dec 1, 2023
@Smjert Smjert marked this pull request as ready for review December 1, 2023 18:10
@Smjert Smjert requested a review from a team as a code owner December 1, 2023 18:10
@Smjert Smjert merged commit 3e92fb2 into osquery:master Dec 1, 2023
16 checks passed
@Smjert Smjert deleted the stefano/ci/fix-linux-build branch December 1, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Anything about the Continuous Integration or Continuous Deployment tool used by the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants