File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 - aarch64-unknown-linux-gnu/gcc
4646 - free-threading
4747 llvm :
48- - 19.1.5
48+ - 19
4949 include :
5050# - target: i686-pc-windows-msvc/msvc
5151# architecture: Win32
8383 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484 shell : cmd
8585 run : |
86- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
86+ choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
8787 set PlatformToolset=clangcl
88- set LLVMToolsVersion=${{ matrix.llvm }}
88+ set LLVMToolsVersion=${{ matrix.llvm }}.1.5
8989 set LLVMInstallDir=C:\Program Files\LLVM
9090 ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
9191 ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9595 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
9696 shell : cmd
9797 run : |
98- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
98+ choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
9999 set PlatformToolset=clangcl
100- set LLVMToolsVersion=${{ matrix.llvm }}
100+ set LLVMToolsVersion=${{ matrix.llvm }}.1.5
101101 set LLVMInstallDir=C:\Program Files\LLVM
102102 ./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }}
103103
You can’t perform that action at this time.
0 commit comments