[libc] Add powerpc64le to libc-shared-tests precommit CI. (#190096)

This commit is contained in:
lntue 2026-04-02 09:58:26 -04:00 committed by GitHub
parent a36f821e77
commit 3d359887c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,11 @@ jobs:
libcpp: libstdc++6-riscv64-cross
target_triple: riscv64-linux-gnu
gcc_arch: riscv64-linux-gnu
- arch: ppc64le
libc: libc6-dev-ppc64el-cross
libcpp: libstdc++6-ppc64el-cross
target_triple: powerpc64le-linux-gnu
gcc_arch: powerpc64le-linux-gnu
steps:
- name: Checkout LLVM