about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/dist-powerpc64le-linux-gnu
AgeCommit message (Collapse)AuthorLines
2025-07-04Get rid of build-powerpc64le-toolchain.shJens Reidel-10/+7
The dist-powerpc64le-linux-musl runner never actually used the toolchain that the script produced, it instead used the one from crosstool-ng. The dist-powerpc64le-linux-gnu runner did use it, from what I can tell mainly to get a glibc 2.17 version with ppc64le support backported. Since crosstool-ng has the necessary patches, we can just use crosstool-ng to get an appropriate toolchain. While at it, use kernel 3.10 headers since that's the version documented in platform support for this target. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-05-20ci: split powerpc64le-linux jobMarcoIeni-0/+55