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] Perform apt update to sync repo sources before trying to install from them. #8090

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

NlightNFotis
Copy link
Contributor

This PR should be fixing a recent CI issue where doxygen builds on the Publish CBMC documentation CI job fail.

My understanding from inspecting the logs of the failed job is that the apt sources are out of sync. From memory, when this happens it's usually a good idea to perform a sync of the sources.list with apt update.

Please refer to https://askubuntu.com/questions/1190717/when-to-run-sudo-apt-update-and-when-sudo-apt-update-sudo-apt-upgrade for a more elaborate explanation of the problem.

@NlightNFotis NlightNFotis requested a review from a team as a code owner November 29, 2023 11:49
@NlightNFotis NlightNFotis self-assigned this Nov 29, 2023
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (278fb51) 79.09% compared to head (cca17b2) 79.09%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8090   +/-   ##
========================================
  Coverage    79.09%   79.09%           
========================================
  Files         1700     1700           
  Lines       196617   196617           
========================================
  Hits        155519   155519           
  Misses       41098    41098           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NlightNFotis NlightNFotis merged commit e911fa9 into diffblue:develop Nov 29, 2023
36 checks passed
@NlightNFotis NlightNFotis deleted the fix_doxygen_build_ci branch November 29, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants