Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade the emsdk for WebAssembly build to 4.x in CI pipeline #897

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ stages:
steps:
- script: |
cd $(Build.BinariesDirectory)
git clone https://github.com/emscripten-core/emsdk --depth 1 --branch 3.1.74
git clone https://github.com/emscripten-core/emsdk --depth 1 --branch 4.0.3
emsdk/emsdk install latest
emsdk/emsdk activate latest
displayName: Setup emscripten pipeline
Expand Down
4 changes: 2 additions & 2 deletions cmake/externals/dlib.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FetchContent_Declare(
dlib
URL https://github.com/davisking/dlib/archive/refs/tags/v19.24.6.zip
URL_HASH SHA1=59b1fb4e9909697c646e4f74e94871dacf49f0bf
URL https://github.com/davisking/dlib/archive/d3520131a6e0e0fb62bc556b0222b45d99caf905.zip
URL_HASH SHA1=26b0eb3063da744a11144ae620b61fd1fb90fb39
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
SOURCE_SUBDIR not_set
)
Expand Down