[libc-commits] [libc] [llvm] [DNM][CI][libc] debug PR for CI build (PR #192854)
via libc-commits
libc-commits at lists.llvm.org
Sun Apr 19 09:05:04 PDT 2026
================
@@ -172,18 +103,15 @@
;;
esac
- - name: Build
- shell: bash
- run: |
- TARGETS="install"
- if [[ "${{ matrix.build_fuzzing_tests }}" == "ON" ]]; then
- TARGETS="$TARGETS libc-fuzzer"
- fi
-
- cmake \
- --build ${{ steps.strings.outputs.build-output-dir }} \
- --parallel \
- --target $TARGETS
+ - name: Test
+ # Skip UEFI and baremetal tests until we have testing set up.
+ if: ${{
+ !endsWith(matrix.target, '-uefi-llvm') &&
+ !endsWith(matrix.target, '-none-eabi') &&
+ matrix.target != 'riscv32-unknown-elf'
+ }}
+ run: >
+ ninja -v -C ${{ steps.strings.outputs.build-output-dir }} libc
----------------
github-advanced-security[bot] wrote:
## zizmor /
code injection via template expansion
[Show more details](https://github.com/llvm/llvm-project/security/code-scanning/1821)
https://github.com/llvm/llvm-project/pull/192854
More information about the libc-commits
mailing list