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

chore(ci) fix ubuntu 22.04 release docker image #416

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

casimiro
Copy link
Contributor

In the commit 1a0759b, the Dockerfile used to build the ubuntu 22.04 release image was changed to install clang-15 instead of clang -- applying the intended bump.

It lacked, however, an update-alternative call making clang available as a link to clang-15.

In the commit 1a0759b,
the Dockerfile used to build the ubuntu 22.04 release image was
changed to install `clang-15` instead of `clang` -- applying the
intended bump.

It lacked, however, an `update-alternative` call making `clang`
available as a link to `clang-15`.
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #416 (73dc902) into main (1c1588a) will increase coverage by 0.00494%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #416         +/-   ##
===================================================
+ Coverage   90.25116%   90.25610%   +0.00494%     
===================================================
  Files             46          46                 
  Lines           8401        8395          -6     
===================================================
- Hits            7582        7577          -5     
+ Misses           819         818          -1     

see 3 files with indirect coverage changes

@thibaultcha thibaultcha merged commit ef42e97 into main Sep 19, 2023
32 checks passed
@thibaultcha thibaultcha deleted the chore/fix-ubuntu-build-image branch September 19, 2023 02:49
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