diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-09-16 19:40:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-16 19:40:22 +0000 |
| commit | e90b3bc4494682ae23d5839328ab950e34ca7cfe (patch) | |
| tree | 6e38af1d99f3c5fa1befcfd853c7afa5a7759c75 /ci.sh | |
| parent | a23f56b3ddc84a7e87e4b8750df26b91a2cb9637 (diff) | |
| parent | 73aa40a9b9ab13655aa39969494dd377f57b699e (diff) | |
Merge pull request #3329 from embassy-rs/net-deinit
net: refactor to simplify lifetimes/generics.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -47,7 +47,7 @@ cargo batch \ | |||
| 47 | --- build --release --manifest-path embassy-sync/Cargo.toml --target thumbv6m-none-eabi --features defmt \ | 47 | --- build --release --manifest-path embassy-sync/Cargo.toml --target thumbv6m-none-eabi --features defmt \ |
| 48 | --- build --release --manifest-path embassy-time/Cargo.toml --target thumbv6m-none-eabi --features defmt,defmt-timestamp-uptime,generic-queue-8,mock-driver \ | 48 | --- build --release --manifest-path embassy-time/Cargo.toml --target thumbv6m-none-eabi --features defmt,defmt-timestamp-uptime,generic-queue-8,mock-driver \ |
| 49 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,proto-ipv4,medium-ethernet,packet-trace \ | 49 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,proto-ipv4,medium-ethernet,packet-trace \ |
| 50 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,proto-ipv4,igmp,medium-ethernet \ | 50 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,proto-ipv4,multicast,medium-ethernet \ |
| 51 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,dhcpv4,medium-ethernet \ | 51 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,dhcpv4,medium-ethernet \ |
| 52 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,dhcpv4,medium-ethernet,dhcpv4-hostname \ | 52 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,dhcpv4,medium-ethernet,dhcpv4-hostname \ |
| 53 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,proto-ipv6,medium-ethernet \ | 53 | --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,proto-ipv6,medium-ethernet \ |
| @@ -290,8 +290,9 @@ cargo batch \ | |||
| 290 | $BUILD_EXTRA | 290 | $BUILD_EXTRA |
| 291 | 291 | ||
| 292 | 292 | ||
| 293 | # temporarily disabled, bluepill board got bricked | 293 | # temporarily disabled, these boards are dead. |
| 294 | rm -rf out/tests/stm32f103c8 | 294 | rm -rf out/tests/stm32f103c8 |
| 295 | rm -rf out/tests/nrf52840-dk | ||
| 295 | 296 | ||
| 296 | rm out/tests/stm32wb55rg/wpan_mac | 297 | rm out/tests/stm32wb55rg/wpan_mac |
| 297 | rm out/tests/stm32wb55rg/wpan_ble | 298 | rm out/tests/stm32wb55rg/wpan_ble |
