From fc8c9566e30a065491f9318de7aa00c57d5b42ef Mon Sep 17 00:00:00 2001 From: prabhukr Date: Mon, 17 Nov 2025 22:04:03 +0000 Subject: [PATCH] [libc]Github] Fix typo on build_type param There is an extra underscore in build_type param in #167583 patch. Fixing it in this PR. --- .github/workflows/libc-fullbuild-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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