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

Update LLVM toolchain to version 17 on hosted-runners #2280

Merged
merged 10 commits into from
Oct 27, 2023
Merged

Conversation

mewim
Copy link
Member

@mewim mewim commented Oct 27, 2023

and also move small jobs to GitHub-hosted runners

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ece824f) 89.74% compared to head (84381c1) 89.73%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2280      +/-   ##
==========================================
- Coverage   89.74%   89.73%   -0.02%     
==========================================
  Files        1027     1027              
  Lines       36151    36151              
==========================================
- Hits        32443    32439       -4     
- Misses       3708     3712       +4     

see 1 file with indirect coverage changes

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

@mewim mewim changed the title Move clang-format to GitHub runner Update LLVM toolchain to version 17 on hosted-runners Oct 27, 2023
@mewim mewim requested a review from Riolku October 27, 2023 11:35
Copy link
Contributor

@Riolku Riolku left a comment

Choose a reason for hiding this comment

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

Maybe mentiom in the commit that youre also moving to some GH runners.

- name: Install clang-format
run: |
sudo apt-get update
sudo apt-get install -y clang-format-11
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we delaying clang format 17 upgrade?

Copy link
Member Author

Choose a reason for hiding this comment

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

clang-format is not backward compatible. If we use clang-format-17 we need to also edit .clang-format to achieve the same format. Since I am not familiar with clang-format, I did not handle it in this PR.

@mewim mewim merged commit 1276a9b into master Oct 27, 2023
11 of 12 checks passed
@mewim mewim deleted the update-clang branch October 27, 2023 13:08
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