aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-09-16 19:40:22 +0000
committerGitHub <[email protected]>2024-09-16 19:40:22 +0000
commite90b3bc4494682ae23d5839328ab950e34ca7cfe (patch)
tree6e38af1d99f3c5fa1befcfd853c7afa5a7759c75 /ci.sh
parenta23f56b3ddc84a7e87e4b8750df26b91a2cb9637 (diff)
parent73aa40a9b9ab13655aa39969494dd377f57b699e (diff)
Merge pull request #3329 from embassy-rs/net-deinit
net: refactor to simplify lifetimes/generics.
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci.sh b/ci.sh
index 8fef731a4..50331bdba 100755
--- a/ci.sh
+++ b/ci.sh
@@ -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.
294rm -rf out/tests/stm32f103c8 294rm -rf out/tests/stm32f103c8
295rm -rf out/tests/nrf52840-dk
295 296
296rm out/tests/stm32wb55rg/wpan_mac 297rm out/tests/stm32wb55rg/wpan_mac
297rm out/tests/stm32wb55rg/wpan_ble 298rm out/tests/stm32wb55rg/wpan_ble