File tree Expand file tree Collapse file tree 3 files changed +8
-37
lines changed Expand file tree Collapse file tree 3 files changed +8
-37
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,6 @@ matrix:
162
162
if : branch = auto
163
163
- env : IMAGE=wasm32-unknown
164
164
if : branch = auto
165
- - env : IMAGE=thumb-none
166
- if : branch = auto
167
165
- env : IMAGE=x86_64-gnu
168
166
if : branch = auto
169
167
- env : IMAGE=x86_64-gnu-full-bootstrap
Original file line number Diff line number Diff line change 80
80
echo "# a" >> /usr/local/mips-linux-musl/bin/mips-openwrt-linux-musl-wrapper.sh && \
81
81
echo "# b" >> /usr/local/mipsel-linux-musl/bin/mipsel-openwrt-linux-musl-wrapper.sh
82
82
83
+ # ENV RUN_MAKE_TARGETS=thumbv6m-none-eabi
84
+ ENV RUN_MAKE_TARGETS=thumbv7m-none-eabi
85
+ ENV RUN_MAKE_TARGETS=$RUN_MAKE_TARGETS,thumbv7em-none-eabi
86
+ ENV RUN_MAKE_TARGETS=$RUN_MAKE_TARGETS,thumbv7em-none-eabihf
87
+
83
88
ENV TARGETS=asmjs-unknown-emscripten
84
89
ENV TARGETS=$TARGETS,wasm32-unknown-emscripten
85
90
ENV TARGETS=$TARGETS,x86_64-rumprun-netbsd
@@ -120,7 +125,9 @@ ENV RUST_CONFIGURE_ARGS \
120
125
--enable-emscripten \
121
126
--disable-docs
122
127
123
- ENV SCRIPT python2.7 ../x.py dist --target $TARGETS
128
+ ENV SCRIPT \
129
+ python2.7 ../x.py test --target $RUN_MAKE_TARGETS src/test/run-make && \
130
+ python2.7 ../x.py dist --target $TARGETS
124
131
125
132
# sccache
126
133
COPY scripts/sccache.sh /scripts/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments