From c1b5ac004773ae5b103acaad8fdb1e194321aff5 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Sat, 28 Nov 2020 20:54:28 -0500 Subject: [PATCH] Bump emscripten to 2.0.9. (#45299) --- eng/pipelines/common/platform-matrix.yml | 2 +- src/mono/wasm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/common/platform-matrix.yml b/eng/pipelines/common/platform-matrix.yml index 109caf7cb228c..08eb2c2c0e494 100644 --- a/eng/pipelines/common/platform-matrix.yml +++ b/eng/pipelines/common/platform-matrix.yml @@ -193,7 +193,7 @@ jobs: targetRid: browser-wasm platform: Browser_wasm container: - image: ubuntu-18.04-webassembly-20201024150726-a0359ae + image: ubuntu-18.04-webassembly-20201123165548-d7d1dfe registry: mcr jobParameters: runtimeFlavor: ${{ parameters.runtimeFlavor }} diff --git a/src/mono/wasm/Makefile b/src/mono/wasm/Makefile index 9a7cb15008810..4df7700d33644 100644 --- a/src/mono/wasm/Makefile +++ b/src/mono/wasm/Makefile @@ -29,7 +29,7 @@ all: build-native icu-files source-files header-files # If EMSDK_PATH is not set by the caller, download and setup a local emsdk install. # -EMSCRIPTEN_VERSION=2.0.6 +EMSCRIPTEN_VERSION=2.0.9 EMSDK_LOCAL_PATH=emsdk EMCC=source $(EMSDK_PATH)/emsdk_env.sh && emcc