diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-04-12 08:16:16 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-04-14 02:48:34 +0900 |
commit | 80a2f9cbb2f69594e516fb9a46588ac598dd2d53 (patch) | |
tree | d6ec251f5b973cd4dfc16d0f12db58d891a03500 /ci | |
parent | 4eb6331c4fbe3e23f4cb88dfcd261f45c55cb08e (diff) | |
download | rust-libc-80a2f9cbb2f69594e516fb9a46588ac598dd2d53.tar.gz |
Update emsdk to 1.39.12
Diffstat (limited to 'ci')
-rw-r--r-- | ci/emscripten.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/emscripten.sh b/ci/emscripten.sh index 2e87130e05..e527272842 100644 --- a/ci/emscripten.sh +++ b/ci/emscripten.sh @@ -23,8 +23,8 @@ git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable cd /emsdk-portable # FIXME: switch to an upstream install once # https://github.com/rust-lang/rust/pull/63649 lands -hide_output ./emsdk install 1.38.42 -./emsdk activate 1.38.42 +hide_output ./emsdk install 1.39.12 +./emsdk activate 1.39.12 # Compile and cache libc # shellcheck disable=SC1091 |