Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c31be commit 139dc48Copy full SHA for 139dc48
1 file changed
.github/workflows/jit.yml
@@ -93,7 +93,7 @@ jobs:
93
choco upgrade llvm -y
94
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
95
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '--pgo' }} -p ${{ matrix.architecture }}
96
- ./PCbuild/rt.bat ${{ matrix.debug && '-d' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
+ ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
97
98
# No PGO or tests (yet):
99
- name: Emulated Windows
0 commit comments