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

infra: Fix caching issue in honggfuzz docker layer #12807

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

maflcko
Copy link
Contributor

@maflcko maflcko commented Dec 3, 2024

It is not possible inside a dockerfile to just call apt install, because the apt cache may come from a docker image layer that is long outdated.

Every layer that uses an apt install MUST call apt update before.

@DavidKorczynski
Copy link
Collaborator

/gcbrun trial_build.py jvm --fuzzing-engines libfuzzer

@DavidKorczynski
Copy link
Collaborator

/gcbrun trial_build.py --fuzzing-engines libfuzzer

@DavidKorczynski
Copy link
Collaborator

Thanks a lot @maflcko

@DavidKorczynski
Copy link
Collaborator

/gcbrun trial_build.py all --fuzzing-engines libfuzzer

Copy link
Collaborator

@DavidKorczynski DavidKorczynski left a comment

Choose a reason for hiding this comment

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

LGTM -- the handful of projects failing in trial build is not due to this PR

@DavidKorczynski DavidKorczynski merged commit 9994c90 into google:master Dec 4, 2024
18 of 19 checks passed
@maflcko maflcko deleted the 2412-infra-update branch December 4, 2024 10:26
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.

2 participants