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: add missing apt update #491

Merged
merged 1 commit into from Jan 11, 2023
Merged

CI: add missing apt update #491

merged 1 commit into from Jan 11, 2023

Conversation

jpnurmi
Copy link
Member

@jpnurmi jpnurmi commented Jan 11, 2023

Build jobs have started failing with errors like:

Fetched 11.0 MB in 7s (1537 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl-mesa0_22.0.5-0ubuntu0.1_amd64.deb  404  Not Found [IP: 40.119.46.219 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl1-mesa-dev_22.0.5-0ubuntu0.1_amd64.deb  404  Not Found [IP: 40.119.46.219 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.

@jpnurmi jpnurmi requested a review from Jupi007 January 11, 2023 10:56
Copy link
Member

@Jupi007 Jupi007 left a comment

Choose a reason for hiding this comment

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

Thanks, it was indeed a problem of outdated apt packages informations 👍
I also sometime have this problem when I start a VM since a long time, and I try to update it. Run apt update is always the solution in that case.

@jpnurmi
Copy link
Member Author

jpnurmi commented Jan 11, 2023

Thanks! Now to rebase all PRs 😅

@jpnurmi jpnurmi merged commit d4dfd59 into ubuntu:main Jan 11, 2023
@jpnurmi jpnurmi deleted the apt-update branch January 11, 2023 11:07
This was referenced Jan 11, 2023
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.

None yet

2 participants