From 247f1f86cd0edbc6b8fd575cfb1155190a2a6e69 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 13 Mar 2023 20:10:37 +1300 Subject: CI: Exclude macos,arm-picolibc-eabi combination The arm-picolibc-eabi build runs out of space on the macos makers because of all the multilib permutations. For now disable the macos,arm-picolibc-eabi combination until we can think of something better. Signed-off-by: Chris Packham --- .github/workflows/build-toolchains.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/build-toolchains.yml b/.github/workflows/build-toolchains.yml index 09f9864d..85879f6f 100644 --- a/.github/workflows/build-toolchains.yml +++ b/.github/workflows/build-toolchains.yml @@ -34,6 +34,10 @@ jobs: - {host: "macos-latest", sample: "mips-unknown-linux-gnu"} - {host: "macos-latest", sample: "mips64-unknown-linux-gnu"} + # Exclude arm-picolibc-eabi because the multilib build output takes + # up too much room on the macos makers + - {host: "macos-latest", sample: "arm-picolibc-eabi"} + # Exclude x86_64-w64-mingw32,x86_64-pc-linux-gnu because it crashes on m4 build with # a Segmentation fault - {host: "macos-latest", sample: "x86_64-w64-mingw32,x86_64-pc-linux-gnu"} -- cgit v1.2.3