File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments