Skip to content

Commit efd70e8

Browse files
fs-eireamarin16
authored andcommitted
[wasm] remove --vcpkg in wasm build (#24179)
### Description There are slightly mismatch for the build flags for Web build pipeline when using vcpkg. A [fix](#24012) is on the way but for now we need to disable vcpkg for the next patch release. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent b115b68 commit efd70e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/templates/linux-wasm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: ${{ parameters.PoolName }}
4646
variables:
4747
buildArch: x64
48-
CommonBuildArgs: '--parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --config ${{ parameters.BuildConfig }} --skip_submodule_sync --build_wasm --enable_wasm_simd --enable_wasm_threads ${{ parameters.ExtraBuildArgs }}'
48+
CommonBuildArgs: '--parallel --config ${{ parameters.BuildConfig }} --skip_submodule_sync --build_wasm --enable_wasm_simd --enable_wasm_threads ${{ parameters.ExtraBuildArgs }}'
4949
runCodesignValidationInjection: false
5050
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
5151
ORT_CACHE_DIR: $(Agent.TempDirectory)/ort_ccache

0 commit comments

Comments
 (0)