We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42de52c commit 114f624Copy full SHA for 114f624
src/ci/docker/host-x86_64/wasm32/Dockerfile
@@ -57,6 +57,7 @@ COPY static/gitconfig /etc/gitconfig
57
ENV NO_CHANGE_USER=1
58
RUN chown 10719 -R /emsdk-portable/
59
60
-# Exclude library/alloc, library/std due to OOM in benches.
+# Exclude library/alloc due to OOM in benches.
61
+# FIXME: Fix std tests
62
ENV SCRIPT python3 ../x.py test --stage 2 --host='' --target $TARGETS \
63
--skip library/alloc --skip library/std
0 commit comments