File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -64,33 +64,24 @@ jobs:
6464 - target : i686-pc-windows-msvc/msvc
6565 architecture : Win32
6666 runner : windows-latest
67- compiler : msvc
6867 - target : x86_64-pc-windows-msvc/msvc
6968 architecture : x64
7069 runner : windows-latest
71- compiler : msvc
7270 - target : aarch64-pc-windows-msvc/msvc
7371 architecture : ARM64
7472 runner : windows-latest
75- compiler : msvc
7673 - target : x86_64-apple-darwin/clang
7774 architecture : x86_64
7875 runner : macos-13
79- compiler : clang
8076 - target : aarch64-apple-darwin/clang
8177 architecture : aarch64
8278 runner : macos-14
83- compiler : clang
8479 - target : x86_64-unknown-linux-gnu/gcc
8580 architecture : x86_64
8681 runner : ubuntu-22.04
87- compiler : gcc
8882 - target : aarch64-unknown-linux-gnu/gcc
8983 architecture : aarch64
9084 runner : ubuntu-22.04
91- compiler : gcc
92- env :
93- CC : ${{ matrix.compiler }}
9485 steps :
9586 - uses : actions/checkout@v4
9687 - uses : actions/setup-python@v5
10495 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
10596 ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
10697
107- # No PGO or tests (yet):
98+ # No tests (yet):
10899 - name : Emulated Windows
109100 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
110101 run : |
You can’t perform that action at this time.
0 commit comments