diff options
| author | sodo <[email protected]> | 2023-12-12 16:51:24 +0900 |
|---|---|---|
| committer | sodo <[email protected]> | 2023-12-13 21:24:11 +0900 |
| commit | 172ed52128e0da519c13b7a354aeb98c492be3c3 (patch) | |
| tree | 6f84e7b3f646f307b953e57defbf7cdbb77481f0 | |
| parent | 7956ef9247e5fb1eb957843af1230132d1766815 (diff) | |
ci.sh: add avr
| -rwxr-xr-x | ci.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -207,6 +207,10 @@ cargo batch \ | |||
| 207 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ | 207 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ |
| 208 | $BUILD_EXTRA | 208 | $BUILD_EXTRA |
| 209 | 209 | ||
| 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 | ||
| 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 | ||
| 213 | |||
| 210 | 214 | ||
| 211 | rm out/tests/stm32wb55rg/wpan_mac | 215 | rm out/tests/stm32wb55rg/wpan_mac |
| 212 | rm out/tests/stm32wb55rg/wpan_ble | 216 | rm out/tests/stm32wb55rg/wpan_ble |
