File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ main() {
87
87
popd
88
88
89
89
# NOTE(nightly) this will require nightly until core::arch::arm::udf is stabilized
90
- if [ $RUST_VERSION = nightly ]; then
90
+ if [ $RUST_VERSION = nightly-2022-08-12 ]; then
91
91
pushd app4
92
92
cargo build
93
93
qemu_check target/thumbv7m-none-eabi/debug/app
@@ -99,7 +99,7 @@ main() {
99
99
100
100
# # exception handling
101
101
# NOTE(nightly) this will require nightly until core::arch::arm::udf is stabilized
102
- if [ $RUST_VERSION = nightly ]; then
102
+ if [ $RUST_VERSION = nightly-2022-08-12 ]; then
103
103
pushd exceptions
104
104
105
105
# check that the disassembly matches
@@ -232,7 +232,7 @@ main() {
232
232
233
233
# # DMA
234
234
# NOTE(nightly) this will require nightly until core::pin is stabilized (1.33)
235
- if [ $RUST_VERSION = nightly ]; then
235
+ if [ $RUST_VERSION = nightly-2022-08-12 ]; then
236
236
pushd dma
237
237
cargo build --examples
238
238
popd
You can’t perform that action at this time.
0 commit comments