Skip to content

Commit 1f5f1d4

Browse files
committed
WIP: Only run test-toolchain, with a prebuilt toolchain
1 parent 1d73d67 commit 1f5f1d4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# slightly more, when we know a separate build of the same version but with
2020
# assertions enabled, has passed some amount of tests.
2121
prepare:
22-
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
22+
if: false
2323
runs-on: ubuntu-latest
2424
outputs:
2525
LLVM_VERSION: ${{steps.get-versions.outputs.LLVM_VERSION}}
@@ -330,7 +330,6 @@ jobs:
330330
# Run llvm-mingw's tests with the cross-built toolchains from above.
331331
test-toolchain:
332332
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
333-
needs: [linux-cross-windows]
334333
defaults:
335334
run:
336335
shell: msys2 {0}
@@ -350,11 +349,9 @@ jobs:
350349
install: >-
351350
unzip
352351
make
353-
- uses: actions/download-artifact@v4
354-
with:
355-
name: windows-ucrt-${{matrix.arch}}-toolchain
356352
- name: Unpack toolchain
357353
run: |
354+
curl -LO https://martin.st/temp/llvm-mingw-arm64ec-ucrt-${{matrix.arch}}.zip
358355
unzip -q llvm-mingw-*.zip
359356
rm llvm-mingw-*.zip
360357
mv llvm-mingw-* /llvm-mingw

0 commit comments

Comments
 (0)