From e58fd0a23e84cec8b27a13e614068117076958d9 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sat, 18 May 2024 16:14:55 +1200 Subject: musl: Mark not EXPERIMENTAL Musl was marked experimental in commit 08d91d41 ("musl: config is broken for !EXPERIMENTAL"). Most of the reasoning for that change no longer applies and as it's been about 8 years it's time to let musl loose on the world. Drop the `depends on EXPERIMENTAL` and update the sample configs for aarch64 and x86_64. For powerpc64 the ABI needs to be elfv2. Enforce this via the powerpc config. Add a sample configuration for powerpc-unknown-linux-musl. Signed-off-by: Chris Packham --- .github/workflows/continuous-integration-workflow.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c95f023f..c25a721b 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -126,6 +126,7 @@ jobs: "mips64-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", + "powerpc64-unknown-linux-musl", "riscv32-unknown-elf", "riscv64-unknown-elf", "s390-unknown-linux-gnu", -- cgit v1.2.3