aboutsummaryrefslogtreecommitdiff
path: root/ci-nightly.sh
diff options
context:
space:
mode:
authorsodo <[email protected]>2025-02-21 22:37:58 +0900
committerDario Nieuwenhuis <[email protected]>2025-03-12 21:12:15 +0100
commit59370cde280ea7e86821b430b4adb22a7343315c (patch)
tree3a8e33d8c996102462d9f4e5fa41340f75cbff80 /ci-nightly.sh
parent6cc566645eade9319b02a0ef444bfc4060e128e8 (diff)
avr: Change ci-nightly target from `avr-unknown-gnu-atmega328` to `avr-none`
Related to: https://github.com/rust-lang/rust/pull/131651 Signed-off-by: sodo <[email protected]>
Diffstat (limited to 'ci-nightly.sh')
-rwxr-xr-xci-nightly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-nightly.sh b/ci-nightly.sh
index e48ad2323..c0a2482e7 100755
--- a/ci-nightly.sh
+++ b/ci-nightly.sh
@@ -22,4 +22,4 @@ cargo batch \
22 --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32,executor-thread \ 22 --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32,executor-thread \
23 --- build --release --manifest-path examples/nrf52840-rtic/Cargo.toml --target thumbv7em-none-eabi --artifact-dir out/examples/nrf52840-rtic \ 23 --- build --release --manifest-path examples/nrf52840-rtic/Cargo.toml --target thumbv7em-none-eabi --artifact-dir out/examples/nrf52840-rtic \
24 24
25cargo 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 25RUSTFLAGS="$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