Skip to content

Commit 114f624

Browse files
committed
Add FIXME for WASM32
1 parent 42de52c commit 114f624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

60-
# Exclude library/alloc, library/std due to OOM in benches.
60+
# Exclude library/alloc due to OOM in benches.
61+
# FIXME: Fix std tests
6162
ENV SCRIPT python3 ../x.py test --stage 2 --host='' --target $TARGETS \
6263
--skip library/alloc --skip library/std

0 commit comments

Comments
 (0)