diff options
Diffstat (limited to '.github/ci')
| -rwxr-xr-x | .github/ci/build-stable.sh | 2 | ||||
| -rwxr-xr-x | .github/ci/test.sh | 26 |
2 files changed, 8 insertions, 20 deletions
diff --git a/.github/ci/build-stable.sh b/.github/ci/build-stable.sh index ffaebeb35..9160a2be2 100755 --- a/.github/ci/build-stable.sh +++ b/.github/ci/build-stable.sh | |||
| @@ -21,7 +21,7 @@ fi | |||
| 21 | hashtime restore /ci/cache/filetime.json || true | 21 | hashtime restore /ci/cache/filetime.json || true |
| 22 | hashtime save /ci/cache/filetime.json | 22 | hashtime save /ci/cache/filetime.json |
| 23 | 23 | ||
| 24 | sed -i 's/channel.*/channel = "stable"/g' rust-toolchain.toml | 24 | sed -i 's/channel.*/channel = "beta"/g' rust-toolchain.toml |
| 25 | 25 | ||
| 26 | ./ci_stable.sh | 26 | ./ci_stable.sh |
| 27 | 27 | ||
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index dfc2b08ce..1ee760d31 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -4,17 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | set -euo pipefail | 5 | set -euo pipefail |
| 6 | 6 | ||
| 7 | export RUSTUP_HOME=/ci/cache/rustup | ||
| 8 | export CARGO_HOME=/ci/cache/cargo | ||
| 9 | export CARGO_TARGET_DIR=/ci/cache/target | ||
| 10 | |||
| 11 | # needed for "dumb HTTP" transport support | ||
| 12 | # used when pointing stm32-metapac to a CI-built one. | ||
| 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true | ||
| 14 | |||
| 15 | hashtime restore /ci/cache/filetime.json || true | ||
| 16 | hashtime save /ci/cache/filetime.json | ||
| 17 | |||
| 18 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml | 7 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml |
| 19 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly | 8 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly |
| 20 | 9 | ||
| @@ -24,16 +13,15 @@ cargo test --manifest-path ./embassy-hal-internal/Cargo.toml | |||
| 24 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue | 13 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue |
| 25 | 14 | ||
| 26 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml | 15 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml |
| 27 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly | 16 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek |
| 28 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly,ed25519-dalek | 17 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-salty |
| 29 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly,ed25519-salty | ||
| 30 | 18 | ||
| 31 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nightly,nrf52840,time-driver-rtc1,gpiote | 19 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote |
| 32 | 20 | ||
| 33 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features nightly,time-driver | 21 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver |
| 34 | 22 | ||
| 35 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f429vg,exti,time-driver-any,exti | 23 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti |
| 36 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f732ze,exti,time-driver-any,exti | 24 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti |
| 37 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f769ni,exti,time-driver-any,exti | 25 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f769ni,exti,time-driver-any,exti |
| 38 | 26 | ||
| 39 | cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml | 27 | cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml |
