From 7ff16b48764a9c1d1566e04234ee85c48b3b6145 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 11 Feb 2021 15:48:42 +0100 Subject: [PATCH] fix(ci) Use our own LLVM built on Windows. This has been commented by error, see https://github.com/wasmerio/wasmer/pull/2008#discussion_r555588703. --- .github/workflows/main.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ca01d29e491..6a12ab24743 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -62,7 +62,7 @@ jobs: - build: windows-x64 os: windows-latest rust: 1.48 - # llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/windows-amd64.tar.gz' + llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/windows-amd64.tar.gz' artifact_name: 'wasmer-windows-amd64' cross_compilation_artifact_name: 'cross_compiled_from_win' run_integration_tests: true @@ -91,11 +91,6 @@ jobs: toolchain: ${{ matrix.rust }} target: ${{ matrix.target }} override: true - - name: Install LLVM (Windows) - if: matrix.os == 'windows-latest' && !matrix.llvm_url - shell: cmd - run: | - choco install llvm - name: Install LLVM (macOS Apple Silicon) if: matrix.os == 'macos-11.0' && !matrix.llvm_url run: |