File tree 1 file changed +8
-13
lines changed 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -67,28 +67,23 @@ jobs:
67
67
cmake --preset ${{ matrix.preset }}
68
68
69
69
windows :
70
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
70
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@jathu/msvc-clang
71
71
strategy :
72
72
fail-fast : false
73
73
matrix :
74
- preset : [pybind ]
74
+ preset : [llm ]
75
75
with :
76
76
job-name : build
77
+ test-infra-ref : jathu/msvc-clang
77
78
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
78
79
submodules : recursive
79
80
timeout : 90
80
81
script : |
81
82
set -eux
82
- conda init powershell
83
- powershell -Command "& {
84
- \$ErrorActionPreference = 'Stop'
85
- Set-PSDebug -Trace 1
86
83
87
- conda create --yes --quiet -n et python=3.12
88
- conda activate et
84
+ conda create --yes --quiet -n et python=3.12
85
+ conda activate et
89
86
90
- python install_requirements.py
91
- cmake --preset ${{ matrix.preset }}
92
- \$numCores = [System.Environment]::GetEnvironmentVariable('NUMBER_OF_PROCESSORS') - 1
93
- cmake --build cmake-out -j \$numCores
94
- }"
87
+ ./install_requirements.sh > /dev/null
88
+ cmake -T ClangCL --preset ${{ matrix.preset }}
89
+ cmake --build cmake-out -j10
You can’t perform that action at this time.
0 commit comments