Skip to content

Commit ca874ea

Browse files
committed
wip
1 parent a22be63 commit ca874ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ fi
5656
symcheck=(cargo run -p symbol-check --release)
5757
[[ "$target" = "wasm"* ]] && symcheck+=(--features wasm)
5858
symcheck+=(-- build-and-check)
59-
[[ "$target" = *"thumb"* ]] && symcheck+=(--no-std)
6059

6160
"${symcheck[@]}" "$target" -- -p compiler_builtins
6261
"${symcheck[@]}" "$target" -- -p compiler_builtins --release

0 commit comments

Comments
 (0)