Skip to content

Commit c17a777

Browse files
committed
WIP: Skip a couple unnecessary build configs
1 parent 3564ad1 commit c17a777

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
# Crosscompile the toolchain for running on Linux on a different architecture, bundle the runtime
101101
# libraries that were built in the 'linux' step above.
102102
linux-cross-x86_64:
103+
if: false
103104
needs: [linux, prepare]
104105
runs-on: ubuntu-22.04-arm
105106
steps:
@@ -183,6 +184,7 @@ jobs:
183184

184185
# Build a cross compiler for macOS, targeting Windows.
185186
macos:
187+
if: false
186188
needs: [prepare]
187189
runs-on: macos-14
188190
steps:
@@ -218,6 +220,7 @@ jobs:
218220
# Test building the toolchain on msys2. The binaries built here rely on the
219221
# runtime libraries from the host environment (libstdc++ or libc++).
220222
msys2:
223+
if: false
221224
needs: [prepare]
222225
runs-on: windows-latest
223226
defaults:

0 commit comments

Comments
 (0)