Skip to content

[libc] Update clang to v22 in the fullbuild tests #152039

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

Merged
merged 1 commit into from
Aug 4, 2025

Conversation

boomanaiden154
Copy link
Contributor

The apt repository has been updated so installing version 22 actually works now.

Fixes #151215.

@llvmbot
Copy link
Member

llvmbot commented Aug 4, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

The apt repository has been updated so installing version 22 actually works now.

Fixes #151215.


Full diff: https://github.com/llvm/llvm-project/pull/152039.diff

1 Files Affected:

  • (modified) .github/workflows/libc-fullbuild-tests.yml (+5-5)
diff --git a/.github/workflows/libc-fullbuild-tests.yml b/.github/workflows/libc-fullbuild-tests.yml
index fe3dc50f6b9fc..0e355a518e0e6 100644
--- a/.github/workflows/libc-fullbuild-tests.yml
+++ b/.github/workflows/libc-fullbuild-tests.yml
@@ -21,21 +21,21 @@ jobs:
           - os: ubuntu-24.04
             build_type: Debug
             ccache-variant: sccache
-            c_compiler: clang-20
+            c_compiler: clang-22
             cpp_compiler: clang++-20
             target: x86_64-unknown-linux-llvm
             include_scudo: ON
           - os: ubuntu-24.04
             build_type: Release
             ccache-variant: sccache
-            c_compiler: clang-20
+            c_compiler: clang-22
             cpp_compiler: clang++-20
             target: x86_64-unknown-linux-llvm
             include_scudo: ON
           - os: ubuntu-24.04
             build_type: MinSizeRel
             ccache-variant: sccache
-            c_compiler: clang-20
+            c_compiler: clang-22
             cpp_compiler: clang++-20
             target: x86_64-unknown-linux-llvm
             include_scudo: ON
@@ -43,14 +43,14 @@ jobs:
           - os: ubuntu-24.04-arm
             build_type: Debug
             ccache-variant: ccache
-            c_compiler: clang-20
+            c_compiler: clang-22
             cpp_compiler: clang++-20
             target: aarch64-unknown-linux-llvm
             include_scudo: ON
           - os: ubuntu-24.04
             build_type: Debug
             ccache-variant: ccache
-            c_compiler: clang-20
+            c_compiler: clang-22
             cpp_compiler: clang++-20
             target: x86_64-unknown-uefi-llvm
             include_scudo: OFF

@boomanaiden154 boomanaiden154 force-pushed the libc-fullbuild-clang-22 branch from 459e87f to 5d76ecb Compare August 4, 2025 21:52
The apt repository has been updated so installing version 22 actually
works now.

Fixes llvm#151215.
@boomanaiden154 boomanaiden154 force-pushed the libc-fullbuild-clang-22 branch from 5d76ecb to 657f28b Compare August 4, 2025 21:54
Copy link
Collaborator

@amykhuang amykhuang left a comment

Choose a reason for hiding this comment

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

lgtm!

@boomanaiden154 boomanaiden154 merged commit 318d639 into llvm:main Aug 4, 2025
14 checks passed
@boomanaiden154 boomanaiden154 deleted the libc-fullbuild-clang-22 branch August 4, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Upgrade to clang-22 in libc fullbuild tests
4 participants