[libc] Add powerpc64le to libc-shared-tests precommit CI. (#190096)
This commit is contained in:
parent
a36f821e77
commit
3d359887c4
5
.github/workflows/libc-shared-tests.yml
vendored
5
.github/workflows/libc-shared-tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user