-
Notifications
You must be signed in to change notification settings - Fork 10
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) bump and sync CC version among Dockerfiles and CI workflows #409
Merged
Conversation
This file contains 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
casimiro
force-pushed
the
chore/ci-sync-cc-version
branch
6 times, most recently
from
September 11, 2023 14:50
52ee467
to
128bc62
Compare
Pull Request Test Coverage Report for Build 6172826617
💛 - Coveralls |
casimiro
force-pushed
the
chore/ci-sync-cc-version
branch
from
September 11, 2023 16:25
128bc62
to
bc6b5ce
Compare
casimiro
commented
Sep 11, 2023
casimiro
force-pushed
the
chore/ci-sync-cc-version
branch
2 times, most recently
from
September 11, 2023 19:10
a68f746
to
e2f287c
Compare
casimiro
force-pushed
the
chore/ci-sync-cc-version
branch
from
September 11, 2023 22:31
e2f287c
to
863a000
Compare
thibaultcha
reviewed
Sep 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Let's make the fix a part of the changelog as its own commit too and we'll be set!
casimiro
force-pushed
the
chore/ci-sync-cc-version
branch
from
September 12, 2023 10:08
863a000
to
24bf8d7
Compare
thibaultcha
reviewed
Sep 12, 2023
thibaultcha
reviewed
Sep 12, 2023
thibaultcha
reviewed
Sep 12, 2023
casimiro
force-pushed
the
chore/ci-sync-cc-version
branch
3 times, most recently
from
September 13, 2023 12:28
70244fd
to
5498569
Compare
Since commit 70552dd, steps for installing rust targets in CI workflows are skipped when executed by act. This commit introduces Rustup commands in Dockerfile.ubuntu-22.04 which installs the missing targets.
Dockerfiles and CI workflow use the latest version available in the runner OS. Older versions of gcc and clang are tested in CI Large.
casimiro
force-pushed
the
chore/ci-sync-cc-version
branch
from
September 13, 2023 13:00
5498569
to
a5e7f7e
Compare
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.
Dockerfiles and CI workflow use the latest version available in the runner OS.
Older versions of gcc and clang are tested in CI Large.