• Home
  • Raw
  • Download

Lines Matching +full:wasm32 +full:- +full:unknown +full:- +full:emscripten

8 set -ex
18 rustup component add rust-src
32 until [ $n -ge $N ]
34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then
44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}"
46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings.
47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}"
53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}"
55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
56 -Z build-std=core,alloc -vv --target "${TARGET}"
61 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" \
62 --features extra_traits
64 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
65 -Z build-std=core,alloc -vv --no-default-features \
66 --target "${TARGET}" --features extra_traits
69 # Test the 'const-extern-fn' feature on nightly
72 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" \
73 --features const-extern-fn
75 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
76 -Z build-std=core,alloc -vv --no-default-features \
77 --target "${TARGET}" --features const-extern-fn
83 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" \
84 --features extra_traits
86 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
87 -Z build-std=core,alloc -vv --target "${TARGET}" \
88 --features extra_traits
93 aarch64-linux-android \
94 aarch64-unknown-linux-gnu \
95 arm-linux-androideabi \
96 arm-unknown-linux-gnueabi \
97 arm-unknown-linux-gnueabihf \
98 armv7-linux-androideabi \
99 armv7-unknown-linux-gnueabihf \
100 i586-unknown-linux-gnu \
101 i686-linux-android \
102 i686-unknown-freebsd \
103 i686-unknown-linux-gnu \
104 i686-unknown-linux-musl \
105 powerpc-unknown-linux-gnu \
106 powerpc64-unknown-linux-gnu \
107 powerpc64le-unknown-linux-gnu \
108 s390x-unknown-linux-gnu \
109 x86_64-unknown-freebsd \
110 x86_64-unknown-linux-gnu \
111 x86_64-unknown-linux-musl \
112 x86_64-unknown-netbsd \
116 arm-unknown-linux-musleabi \
117 arm-unknown-linux-musleabihf \
118 armv7-unknown-linux-musleabihf \
119 sparc64-unknown-linux-gnu \
120 wasm32-unknown-emscripten \
121 x86_64-linux-android \
124 aarch64-unknown-linux-musl \
125 sparcv9-sun-solaris \
126 wasm32-unknown-unknown \
129 i586-unknown-linux-musl \
133 aarch64-unknown-fuchsia \
134 armv5te-unknown-linux-gnueabi \
135 armv5te-unknown-linux-musleabi \
136 i686-pc-windows-gnu \
137 riscv64gc-unknown-linux-gnu \
138 wasm32-wasi \
139 x86_64-fortanix-unknown-sgx \
140 x86_64-unknown-fuchsia \
141 x86_64-pc-solaris \
142 x86_64-pc-windows-gnu \
143 x86_64-unknown-illumos \
144 x86_64-unknown-linux-gnux32 \
145 x86_64-unknown-redox \
149 aarch64-apple-ios \
150 x86_64-apple-darwin \
151 x86_64-apple-ios \
155 aarch64-apple-darwin \
158 # Must start with `x86_64-pc-windows-msvc` first.
160 x86_64-pc-windows-msvc \
161 x86_64-pc-windows-gnu \
162 i686-pc-windows-msvc \
203 if echo "$TARGET"|grep -q "$FILTER"; then
205 TARGET="$TARGET" sh ./ci/install-rust.sh
213 # Targets which are not available via rustup and must be built with -Zbuild-std
215 aarch64-pc-windows-msvc \
216 aarch64-unknown-freebsd \
217 aarch64-unknown-hermit \
218 aarch64-unknown-netbsd \
219 aarch64-unknown-openbsd \
220 aarch64-wrs-vxworks \
221 armebv7r-none-eabi \
222 armebv7r-none-eabihf \
223 armv7-wrs-vxworks-eabihf \
224 armv7r-none-eabi \
225 armv7r-none-eabihf \
226 hexagon-unknown-linux-musl \
227 i586-pc-windows-msvc \
228 i686-pc-windows-msvc \
229 i686-unknown-haiku \
230 i686-unknown-netbsd \
231 i686-unknown-openbsd \
232 i686-wrs-vxworks \
233 mips-unknown-linux-gnu \
234 mips-unknown-linux-musl \
235 mips64-unknown-linux-gnuabi64 \
236 mips64-unknown-linux-muslabi64 \
237 mips64el-unknown-linux-gnuabi64 \
238 mips64el-unknown-linux-muslabi64 \
239 mipsel-unknown-linux-gnu \
240 mipsel-unknown-linux-musl \
241 mipsel-sony-psp \
242 nvptx64-nvidia-cuda \
243 powerpc-unknown-linux-gnuspe \
244 powerpc-unknown-netbsd \
245 powerpc-wrs-vxworks \
246 powerpc-wrs-vxworks-spe \
247 powerpc64-unknown-freebsd \
248 powerpc64-wrs-vxworks \
249 riscv32i-unknown-none-elf \
250 riscv32imac-unknown-none-elf \
251 riscv32imc-unknown-none-elf \
252 riscv32gc-unknown-linux-gnu \
253 riscv64gc-unknown-freebsd \
254 riscv64gc-unknown-hermit \
255 riscv64gc-unknown-linux-musl \
256 riscv64gc-unknown-none-elf \
257 riscv64imac-unknown-none-elf \
258 s390x-unknown-linux-musl \
259 sparc-unknown-linux-gnu \
260 sparc64-unknown-netbsd \
262 thumbv6m-none-eabi \
263 thumbv7em-none-eabi \
264 thumbv7em-none-eabihf \
265 thumbv7m-none-eabi \
266 thumbv7neon-linux-androideabi \
267 thumbv7neon-unknown-linux-gnueabihf \
268 thumbv8m.main-none-eabi \
269 x86_64-pc-windows-msvc \
270 x86_64-unknown-dragonfly \
271 x86_64-unknown-haiku \
272 x86_64-unknown-hermit \
273 x86_64-unknown-l4re-uclibc \
274 x86_64-unknown-openbsd \
275 x86_64-wrs-vxworks \
280 if echo "$TARGET"|grep -q "$FILTER"; then
287 armv7s-apple-ios \
288 i686-apple-darwin \
289 i386-apple-ios \
294 if echo "$TARGET" | grep -q "$FILTER"; then