@@ -183,7 +183,7 @@ jobs:
183183 # Use the Linux cross compilers built in the first step to cross compile
184184 # llvm and make a proper standalone toolchain for Windows (for all 4
185185 # architectures). The binaries built here match actual releases quite closely.
186- linux-cross :
186+ linux-cross-windows :
187187 if : (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
188188 needs : [linux, prepare]
189189 runs-on : ubuntu-latest
@@ -231,7 +231,7 @@ jobs:
231231 # toolchain from above.
232232 test-toolchain :
233233 if : (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
234- needs : [linux-cross]
234+ needs : [linux-cross-windows ]
235235 runs-on : windows-latest
236236 defaults :
237237 run :
@@ -279,7 +279,7 @@ jobs:
279279 # The libcxxabi and libunwind tests don't pass on the pinned 16.x branch,
280280 # only on git main.
281281 if : false
282- needs : [linux-cross, prepare]
282+ needs : [linux-cross-windows , prepare]
283283 runs-on : windows-latest
284284 strategy :
285285 fail-fast : false
@@ -334,7 +334,7 @@ jobs:
334334 test-openmp :
335335 # Only running these tests in scheduled builds.
336336 if : (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
337- needs : [linux-cross, prepare]
337+ needs : [linux-cross-windows , prepare]
338338 runs-on : windows-latest
339339 strategy :
340340 fail-fast : false
@@ -396,7 +396,7 @@ jobs:
396396 # These tests don't pass on the pinned 16.x branch, but only on latest
397397 # git main - thus only run it for scheduled jobs.
398398 if : (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
399- needs : [linux-cross, prepare]
399+ needs : [linux-cross-windows , prepare]
400400 runs-on : windows-latest
401401 strategy :
402402 fail-fast : false
@@ -523,7 +523,7 @@ jobs:
523523 # for scheduled builds.
524524 test-ffmpeg :
525525 if : (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
526- needs : [linux-cross]
526+ needs : [linux-cross-windows ]
527527 runs-on : windows-latest
528528 defaults :
529529 run :
@@ -572,7 +572,7 @@ jobs:
572572 if : (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
573573 permissions :
574574 contents : write
575- needs : [linux, macos, linux-cross, test-toolchain, linux-test-cross-build-ffmpeg, test-ffmpeg]
575+ needs : [linux, macos, linux-cross-windows , test-toolchain, linux-test-cross-build-ffmpeg, test-ffmpeg]
576576 runs-on : ubuntu-latest
577577 steps :
578578 - name : Download all artifacts
0 commit comments