Skip to content

Commit

Permalink
upgrade the emsdk compiler to 4.x in CI pipeline (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Feb 27, 2025
1 parent e441b40 commit f63857d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit f63857d

Please sign in to comment.