Skip to content

Commit 3901e96

Browse files
authored
remove --use_vcpkg flag for Python-CUDA-Packaging-Pipeline (#23631)
--use-vcpgk increases build time from 1hr to 5hr+ test: https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=677968&view=results
1 parent c610df5 commit 3901e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ stages:
125125
--cmake_generator "$(VSGenerator)"
126126
--enable_pybind
127127
--enable_onnx_tests
128-
--parallel 8 --use_vcpkg --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40
128+
--parallel 8 --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40
129129
$(TelemetryOption) ${{ parameters.BUILD_PY_PARAMETERS }} ${{ parameters.EP_BUILD_FLAGS }} ${{ variables.trt_build_flag }}
130130
workingDirectory: '$(Build.BinariesDirectory)'
131131

0 commit comments

Comments
 (0)