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 ab28e3f commit 42de52cCopy full SHA for 42de52c
src/ci/docker/host-x86_64/wasm32/Dockerfile
@@ -57,6 +57,6 @@ COPY static/gitconfig /etc/gitconfig
57
ENV NO_CHANGE_USER=1
58
RUN chown 10719 -R /emsdk-portable/
59
60
-# Exclude library/alloc due to OOM in benches.
+# Exclude library/alloc, library/std due to OOM in benches.
61
ENV SCRIPT python3 ../x.py test --stage 2 --host='' --target $TARGETS \
62
- --skip library/alloc
+ --skip library/alloc --skip library/std
0 commit comments