File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
ci/docker/host-x86_64/wasm32
test/run-make/wasm-stringify-ints-small Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,4 @@ ENV EMCC_CFLAGS=-O1
50
50
# Emscripten installation is user-specific
51
51
ENV NO_CHANGE_USER=1
52
52
53
- # FIXME: Re-enable these tests once https://github.com/rust-lang/cargo/pull/7476
54
- # is picked up by CI
55
- ENV SCRIPT python3 ../x.py test --stage 2 --target $TARGETS \
56
- --exclude library/core \
57
- --exclude library/alloc \
58
- --exclude library/proc_macro \
59
- --exclude library/std \
60
- --exclude library/term \
61
- --exclude library/test
53
+ ENV SCRIPT python3 ../x.py test --stage 2 --target $TARGETS
Original file line number Diff line number Diff line change
1
+ # only-wasm32-bare
2
+
1
3
-include ../../run-make-fulldeps/tools.mk
2
4
3
- ifeq ($(TARGET ) ,wasm32-unknown-unknown)
4
5
all :
5
6
$(RUSTC ) foo.rs -C lto -O --target wasm32-unknown-unknown
6
7
wc -c < $(TMPDIR ) /foo.wasm
7
8
[ " ` wc -c < $( TMPDIR) /foo.wasm` " -lt " 25000" ]
8
- else
9
- all :
10
- endif
You can’t perform that action at this time.
0 commit comments