Skip to content

Commit 2e237af

Browse files
HectorSVCadrianlizarraga
authored andcommitted
Enable use_vcpkg for QNN Nuget package build and Python arm64ec build (#24640)
### Description enable use_vcpkg for QNN Nuget package build and Python arm64ec build
1 parent 8074efe commit 2e237af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci_build/github/azure-pipelines/templates/py-win-arm64ec-qnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
--use_qnn
9292
--qnn_home $(QnnSDKRootDir)
9393
--enable_pybind
94-
--parallel --update --arm64ec
94+
--parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --update --arm64ec
9595
$(TelemetryOption) ${{ parameters.BUILD_PY_PARAMETERS }}
9696
workingDirectory: '$(Build.BinariesDirectory)'
9797

tools/ci_build/github/azure-pipelines/templates/qnn-ep-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
name: ${{ parameters.qnn_ep_build_pool_name }}
2121
variables:
2222
OrtPackageId: ${{ parameters.OrtNugetPackageId }}
23-
commonBuildArgs: '--compile_no_warning_as_error --skip_submodule_sync --build_shared_lib --cmake_generator "Visual Studio 17 2022" --config ${{ parameters.build_config }} --parallel --use_binskim_compliant_compile_flags '
23+
commonBuildArgs: '--compile_no_warning_as_error --skip_submodule_sync --build_shared_lib --cmake_generator "Visual Studio 17 2022" --config ${{ parameters.build_config }} --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --use_binskim_compliant_compile_flags '
2424

2525
steps:
2626
- template: set-version-number-variables-step.yml

0 commit comments

Comments
 (0)