Unverified Commit 1db60d28 authored by Oleksandr Karpovich's avatar Oleksandr Karpovich Committed by GitHub

Update emcc version in linux-emscripten-amd64 Docker (#832)

parent 09245b2d
......@@ -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.35
ENV EMSDK_VER=3.1.49
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