File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
if : ${{ steps.should_run.outputs.should_run != 'false' }}
111
111
run : |
112
112
cd cpython
113
- PCbuild\build.bat ($env:BUILD_FLAGS -split ' ') ${{ inputs.pgo == true && '--pgo' || '' }} ${{ inputs.jit == true && '--experimental-jit' || '' }} ${{ inputs.tier2 == true && '--experimental-jit-interpreter' || '' }} ${{ inputs.nogil == true && '--disable-gil' || '' }} -c Release ${{ inputs.clang == true && '"/p:PlatformToolset=clangcl"' }} ${{ inputs.clang == true && '"/p:LLVMInstallDir=C:\Program Files\LLVM"' }} ${{ inputs.clang == true && '"/p:LLVMToolsVersion=19.1.6"' }}
113
+ PCbuild\build.bat ($env:BUILD_FLAGS -split ' ') ${{ inputs.pgo == true && '--pgo' || '' }} ${{ inputs.jit == true && '--experimental-jit' || '' }} ${{ inputs.tier2 == true && '--experimental-jit-interpreter' || '' }} ${{ inputs.nogil == true && '--disable-gil' || '' }} -c Release ${{ inputs.clang == true && '\ "/p:PlatformToolset=clangcl\ "' }} ${{ inputs.clang == true && '\ "/p:LLVMInstallDir=C:\Program Files\LLVM\ "' }} ${{ inputs.clang == true && '\ "/p:LLVMToolsVersion=19.1.6\ "' }}
114
114
# Copy the build products to a place that libraries can find them.
115
115
Copy-Item -Path $env:BUILD_DEST -Destination "libs" -Recurse
116
116
- name : Install pyperformance
You can’t perform that action at this time.
0 commit comments