Skip to content

Commit 42de52c

Browse files
committed
skip test for library/std duo to OOM in benches as library/alloc
1 parent ab28e3f commit 42de52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/wasm32/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ COPY static/gitconfig /etc/gitconfig
5757
ENV NO_CHANGE_USER=1
5858
RUN chown 10719 -R /emsdk-portable/
5959

60-
# Exclude library/alloc due to OOM in benches.
60+
# Exclude library/alloc, library/std due to OOM in benches.
6161
ENV SCRIPT python3 ../x.py test --stage 2 --host='' --target $TARGETS \
62-
--skip library/alloc
62+
--skip library/alloc --skip library/std

0 commit comments

Comments
 (0)