Skip to content

Commit c5a1348

Browse files
authored
Update script.sh
Changed "nightly" to "nightly-2022-08-12" so this test passes
1 parent 0880b48 commit c5a1348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ main() {
8787
popd
8888

8989
# 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
9191
pushd app4
9292
cargo build
9393
qemu_check target/thumbv7m-none-eabi/debug/app
@@ -99,7 +99,7 @@ main() {
9999

100100
# # exception handling
101101
# 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
103103
pushd exceptions
104104

105105
# check that the disassembly matches
@@ -232,7 +232,7 @@ main() {
232232

233233
# # DMA
234234
# 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
236236
pushd dma
237237
cargo build --examples
238238
popd

0 commit comments

Comments
 (0)