Merge pull request #111106 from r-burns/hydra-ppc64le-cross

release-cross: add ppc64le, ppc64le-musl
master
Matthew Bauer 2021-01-29 22:22:40 -06:00 committed by GitHub
commit 58d07b1711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ in
x86_64-musl = mapTestOnCross lib.systems.examples.musl64 linuxCommon;
ppc64le = mapTestOnCross lib.systems.examples.powernv linuxCommon;
ppc64le-musl = mapTestOnCross lib.systems.examples.musl-power linuxCommon;
android64 = mapTestOnCross lib.systems.examples.aarch64-android-prebuilt linuxCommon;
android32 = mapTestOnCross lib.systems.examples.armv7a-android-prebuilt linuxCommon;