Skip to content

Commit 59370cd

Browse files
djdisodoDirbaio
authored andcommitted
avr: Change ci-nightly target from avr-unknown-gnu-atmega328 to avr-none
Related to: rust-lang/rust#131651 Signed-off-by: sodo <djdisodo@gmail.com>
1 parent 6cc5666 commit 59370cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-nightly.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cargo batch \
2222
--- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32,executor-thread \
2323
--- build --release --manifest-path examples/nrf52840-rtic/Cargo.toml --target thumbv7em-none-eabi --artifact-dir out/examples/nrf52840-rtic \
2424

25-
cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p
25+
RUSTFLAGS="$RUSTFLAGS -C target-cpu=atmega328p" cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-none -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p

0 commit comments

Comments
 (0)