From cd97d7064f98369aefd6eb2efdc61d8e4fb9d89b Mon Sep 17 00:00:00 2001 From: Wenbing Li Date: Thu, 27 Feb 2025 19:28:10 +0000 Subject: [PATCH] upgrade the emsdk compiler to 4.x in CI pipeline --- .pipelines/ci.yml | 2 +- cmake/externals/dlib.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pipelines/ci.yml b/.pipelines/ci.yml index 8c3757664..50279887d 100644 --- a/.pipelines/ci.yml +++ b/.pipelines/ci.yml @@ -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 diff --git a/cmake/externals/dlib.cmake b/cmake/externals/dlib.cmake index a41a00bf2..f7e536948 100644 --- a/cmake/externals/dlib.cmake +++ b/cmake/externals/dlib.cmake @@ -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 )