|
31 | 31 | - {runner: 'AlmaLinux 8', runs_on: ['self-hosted', 'CPU'], target-os: 'almalinux', arch: 'x64'} |
32 | 32 | - {runner: 'MacOS X64', runs_on: 'macos-12', target-os: 'macos', arch: 'x64'} |
33 | 33 | - {runner: 'MacOS ARM64', runs_on: 'macos-12', target-os: 'macos', arch: 'arm64'} |
34 | | - # TODO(#2805): add back once the workflow works and runs in comparable time to the other ones |
35 | | - # - {runner: 'Windows Latest', runs_on: 'windows-latest', target-os: 'windows', arch: 'x64'} |
| 34 | + - {runner: 'Windows Latest', runs_on: 'windows-latest', target-os: 'windows', arch: 'x64'} |
36 | 35 |
|
37 | 36 | steps: |
38 | 37 |
|
@@ -126,7 +125,8 @@ jobs: |
126 | 125 | -DLLVM_BUILD_TOOLS=ON |
127 | 126 | -DLLVM_ENABLE_ASSERTIONS=ON |
128 | 127 | -DMLIR_ENABLE_BINDINGS_PYTHON=ON |
129 | | - -DLLVM_ENABLE_PROJECTS="clang;mlir" |
| 128 | + -DLLVM_ENABLE_PROJECTS="mlir;llvm" |
| 129 | + -DLLVM_ENABLE_DIA_SDK=OFF |
130 | 130 | -DLLVM_INSTALL_UTILS=ON |
131 | 131 | -DLLVM_TARGETS_TO_BUILD="host;NVPTX;AMDGPU" |
132 | 132 | -DLLVM_ENABLE_TERMINFO=OFF |
@@ -273,6 +273,7 @@ jobs: |
273 | 273 |
|
274 | 274 | - name: Upload LLVM Artifacts to Azure |
275 | 275 | if: ${{ (github.repository == 'triton-lang/triton') }} |
| 276 | + shell: bash -el {0} |
276 | 277 | run: | |
277 | 278 | az storage blob upload --account-name oaitriton --auth-mode login --container-name public --file "${{ env.llvm_install_dir }}.tar.gz" --name "llvm-builds/${{ env.llvm_install_dir }}.tar.gz" --overwrite |
278 | 279 |
|
|
0 commit comments