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

github: s/clang++-18/clang++/ #2267

Merged
merged 2 commits into from
May 25, 2024
Merged

github: s/clang++-18/clang++/ #2267

merged 2 commits into from
May 25, 2024

Conversation

tchaikov
Copy link
Contributor

in 28b0555, we switched from ubuntu:jammy to fedora:40 as the building environment of our CI workflow. and we replaced the input parameter "clang++-18" in test.yml with "clang++", because in fedora:40, the clang++ executable does not have the postfix as the clang-18 installed by the setup-cpp action.

but we failed to update all of them in that change, that's why the "check header" step was not performed after that change.

in this change, we replace that last "clang++-18" in the workflow to "clang++".

@tchaikov tchaikov marked this pull request as draft May 24, 2024 15:50
@tchaikov

This comment was marked as resolved.

@tchaikov tchaikov marked this pull request as ready for review May 25, 2024 07:50
in b822c94, we removed some "#include":s in std-compat.hh. despite
that the Seastar library and all tests still compile. some header are
not self-contained anymore.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
in 28b0555, we switched from ubuntu:jammy to fedora:40 as the
building environment of our CI workflow. and we replaced the
input parameter "clang++-18" in test.yml with "clang++", because
in fedora:40, the clang++ executable does not have the postfix
as the clang-18 installed by the setup-cpp action.

but we failed to update all of them in that change, that's why
the "check header" step was not performed after that change.

in this change, we replace that last "clang++-18" in the
workflow to "clang++".

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
@xemul xemul closed this in 5cd5383 May 25, 2024
@xemul xemul merged commit 5cd5383 into scylladb:master May 25, 2024
14 checks passed
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