CI: Force update package lists in Ubuntu#1973
Merged
Merged
Conversation
b5ccf22 to
114eff4
Compare
There's a recent update of the libcap-dev package (from 2.66-5ubuntu2.2 to 2.66-5ubuntu2.4) in Ubuntu 24.04, causing the package list built into the runner image to be out of date, and the build job failure. Always run `apt-get update` before installing packages to prevent such problem. Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
114eff4 to
86b1ad4
Compare
Member
|
Something is still broken on FreeBSD … |
Contributor
Author
Yes, and I didn't yet know how to fix it... |
Member
|
If I read the log correctly it fails to setup the FreeBSD ports and thus fails to correctly initialize the VM, thus SSH not being able to connect … At least that's how I'd read things … |
Contributor
Author
We're not alone on the problem: |
Contributor
Author
|
Here's another project that experienced the same issue as us (FreeBSD CI broken) |
Contributor
Author
|
The FreeBSD part of the issue seems to have fixed upstream. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There's a recent update of the libcap-dev package (from 2.66-5ubuntu2.2 to 1:2.66-5ubuntu2.4) in Ubuntu 24.04, causing the package list built into the runner image to be out of date, and the build job failure.
Always run
apt-get updatebefore installing packages to prevent such problem.