Skip to content

Commit

Permalink
remove --use_vcpkg flag for Python-CUDA-Packaging-Pipeline (#23631)
Browse files Browse the repository at this point in the history
--use-vcpgk increases build time from 1hr to 5hr+

test:
https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=677968&view=results
  • Loading branch information
prathikr authored Feb 11, 2025
1 parent c610df5 commit 3901e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ stages:
--cmake_generator "$(VSGenerator)"
--enable_pybind
--enable_onnx_tests
--parallel 8 --use_vcpkg --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40
--parallel 8 --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40
$(TelemetryOption) ${{ parameters.BUILD_PY_PARAMETERS }} ${{ parameters.EP_BUILD_FLAGS }} ${{ variables.trt_build_flag }}
workingDirectory: '$(Build.BinariesDirectory)'

Expand Down

0 comments on commit 3901e96

Please sign in to comment.