Unverified Commit 3c1cefb6 authored by Oleksandr Karpovich's avatar Oleksandr Karpovich Committed by GitHub

Update emscripten version in docker (#1040)

emscripten 3.1.50 supports mimalloc -
https://github.com/emscripten-core/emscripten/blob/main/ChangeLog.md#3150---112923

We want to try it.
parent b83285b8
......@@ -10,7 +10,7 @@ RUN apt-get update -y && \
RUN apt-get install git python wget -y && \
apt-get install fontconfig libfontconfig1-dev libglu1-mesa-dev libxrandr-dev libdbus-1-dev curl zip -y
ENV EMSDK_DIR=/usr/emsdk
ENV EMSDK_VER=3.1.49
ENV EMSDK_VER=3.1.50
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK_DIR && \
$EMSDK_DIR/emsdk install $EMSDK_VER && \
$EMSDK_DIR/emsdk activate $EMSDK_VER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment