We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae2e58 commit 71db5aeCopy full SHA for 71db5ae
.ci/docker/conan-tests
@@ -27,7 +27,7 @@ ENV PY37=3.7.9 \
27
BAZEL_6=6.5.0 \
28
BAZEL_7=7.6.2 \
29
BAZEL_8=8.4.2 \
30
- EMSDK=4.0.10
+ EMSDK=4.0.22
31
32
RUN apt-get update && \
33
apt-get install -y --no-install-recommends \
@@ -175,6 +175,7 @@ RUN cd /tmp && \
175
wget https://github.com/emscripten-core/emsdk/archive/refs/tags/${EMSDK}.tar.gz && \
176
tar xzf ${EMSDK}.tar.gz --directory /usr/share && \
177
cd /usr/share/emsdk-${EMSDK} && \
178
+ pyenv local 3.12 && \
179
./emsdk update && \
180
./emsdk install latest && \
181
./emsdk activate latest --permanent && \
0 commit comments