We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22be63 commit ca874eaCopy full SHA for ca874ea
ci/run.sh
@@ -56,7 +56,6 @@ fi
56
symcheck=(cargo run -p symbol-check --release)
57
[[ "$target" = "wasm"* ]] && symcheck+=(--features wasm)
58
symcheck+=(-- build-and-check)
59
-[[ "$target" = *"thumb"* ]] && symcheck+=(--no-std)
60
61
"${symcheck[@]}" "$target" -- -p compiler_builtins
62
"${symcheck[@]}" "$target" -- -p compiler_builtins --release
0 commit comments