diff options
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -208,8 +208,8 @@ cargo batch \ | |||
| 208 | $BUILD_EXTRA | 208 | $BUILD_EXTRA |
| 209 | 209 | ||
| 210 | # walkaround: "-Z" option not working on cargo batch | 210 | # walkaround: "-Z" option not working on cargo batch |
| 211 | cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr | 211 | 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 |
| 212 | cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers | 212 | cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers,avr-device/atmega328p |
| 213 | 213 | ||
| 214 | 214 | ||
| 215 | rm out/tests/stm32wb55rg/wpan_mac | 215 | rm out/tests/stm32wb55rg/wpan_mac |
