Skip to content

Conversation

@Prabhuk
Copy link
Contributor

@Prabhuk Prabhuk commented Nov 17, 2025

There is an extra underscore in build_type param in #167583 patch.
Fixing it in this PR.

There is an extra underscore in build_type param in llvm#167583 patch.
Fixing it in this PR.
@llvmbot
Copy link
Member

llvmbot commented Nov 17, 2025

@llvm/pr-subscribers-github-workflow

Author: Prabhu Rajasekaran (Prabhuk)

Changes

There is an extra underscore in build_type param in #167583 patch.
Fixing it in this PR.


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

1 Files Affected:

  • (modified) .github/workflows/libc-fullbuild-tests.yml (+6-6)
diff --git a/.github/workflows/libc-fullbuild-tests.yml b/.github/workflows/libc-fullbuild-tests.yml
index c5b7f606a115a..01fd895cce7e8 100644
--- a/.github/workflows/libc-fullbuild-tests.yml
+++ b/.github/workflows/libc-fullbuild-tests.yml
@@ -49,37 +49,37 @@ jobs:
             target: x86_64-unknown-uefi-llvm
             include_scudo: OFF
           - os: ubuntu-24.04
-            build__type: MinSizeRel
+            build_type: MinSizeRel
             c_compiler: clang-22
             cpp_compiler: clang++-22
             target: armv6m-none-eabi
             include_scudo: OFF
           - os: ubuntu-24.04
-            build__type: MinSizeRel
+            build_type: MinSizeRel
             c_compiler: clang-22
             cpp_compiler: clang++-22
             target: armv7m-none-eabi
             include_scudo: OFF
           - os: ubuntu-24.04
-            build__type: MinSizeRel
+            build_type: MinSizeRel
             c_compiler: clang-22
             cpp_compiler: clang++-22
             target: armv7em-none-eabi
             include_scudo: OFF
           - os: ubuntu-24.04
-            build__type: MinSizeRel
+            build_type: MinSizeRel
             c_compiler: clang-22
             cpp_compiler: clang++-22
             target: armv8m.main-none-eabi
             include_scudo: OFF
           - os: ubuntu-24.04
-            build__type: MinSizeRel
+            build_type: MinSizeRel
             c_compiler: clang-22
             cpp_compiler: clang++-22
             target: armv8.1m.main-none-eabi
             include_scudo: OFF
           - os: ubuntu-24.04
-            build__type: MinSizeRel
+            build_type: MinSizeRel
             c_compiler: clang-22
             cpp_compiler: clang++-22
             target: riscv32-unknown-elf

@Prabhuk Prabhuk requested a review from s-barannikov November 17, 2025 22:06
@Prabhuk Prabhuk merged commit e89e359 into llvm:main Nov 17, 2025
23 of 24 checks passed
@Prabhuk Prabhuk deleted the fix_libc_patch branch November 17, 2025 22:26
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.

3 participants