Skip to content

Commit f23b97d

Browse files
authored
Update script.sh
1 parent a842be4 commit f23b97d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ci/script.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ main() {
3838
diff -b app.size \
3939
<(cargo size --bin app)
4040

41-
#Note: Maybe fix this
42-
if [ $RUST_VERSION != nightly ]; then
43-
# check presence of the `rust_begin_unwind` symbol -- For some reason this fails on nightly, so for now just skip this check
44-
diff app.o.nm \
45-
<(cargo nm -- $(pwd)/target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^N] ')
46-
fi
41+
# check presence of the `rust_begin_unwind` symbol
42+
diff app.o.nm \
43+
<(cargo nm -- $(pwd)/target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^N] ')
44+
4745

4846
edition_check
4947

0 commit comments

Comments
 (0)