mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
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 <judge.packham@gmail.com>
This commit is contained in:
parent
5248760ea9
commit
247f1f86cd
4
.github/workflows/build-toolchains.yml
vendored
4
.github/workflows/build-toolchains.yml
vendored
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user