Skip to content

Commit 513e8de

Browse files
authored
[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 a8673c6 commit 513e8de

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
@@ -51,7 +51,7 @@ jobs:
5151
os: linux
5252
variables:
5353
buildArch: x64
54-
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 }}'
54+
CommonBuildArgs: '--parallel --config ${{ parameters.BuildConfig }} --skip_submodule_sync --build_wasm --enable_wasm_simd --enable_wasm_threads ${{ parameters.ExtraBuildArgs }}'
5555
runCodesignValidationInjection: false
5656
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
5757
ORT_CACHE_DIR: $(Agent.TempDirectory)/ort_ccache

0 commit comments

Comments
 (0)