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 a842be4 commit f23b97dCopy full SHA for f23b97d
ci/script.sh
@@ -38,12 +38,10 @@ main() {
38
diff -b app.size \
39
<(cargo size --bin app)
40
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
+ # check presence of the `rust_begin_unwind` symbol
+ diff app.o.nm \
+ <(cargo nm -- $(pwd)/target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^N] ')
+
47
48
edition_check
49
0 commit comments