Skip to content

Conversation

@pedro-psb
Copy link
Member

@pedro-psb pedro-psb commented Dec 19, 2025

When running 'apt-get install' without doing 'update' in a github runner, the runner might try to use it's cached metadata of the apt repository, which might be out of date and cause the CI to fail.

We saw this happen recently on pulp_ostree, which is a plugin that uses more system dependencies: the apt-get install would try to get (for example) uuid-dev-1.0.0-ubuntu6.3 but the deb repository would only have the latest uuid-dev-1.0.0-ubuntu6.4

When running 'apt-get install' without doing 'update' in a github
runner, the runner might try to use it's cached metadata of the
apt repository, which might be out of date and cause the CI to fail.
@pedro-psb pedro-psb merged commit 0d3c0c6 into pulp:main Dec 19, 2025
11 checks passed
@pedro-psb pedro-psb deleted the add-apt-get-update branch December 19, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants