Closed MabezDev closed 2 weeks ago
(testing caching works)
bender run
should now be fixed in #3528, can you rebase?
also, could you make it test ALL the crates (except stuff specific to nrf, rp, stm32 of course). I'd suggest copying ci.sh
and removing everything unrelated.
Also I think if you export RUSTUP_TOOLCHAIN=esp
then cargo-batch
should work?
Also I think if you export RUSTUP_TOOLCHAIN=esp then cargo-batch should work?
I tried that, but cargo batch doesn't understand -Z
arguments which are required as no xtensa targets have a prebuilt core
.
ouch.
it does understand .cargo/config.toml
files though. Have you tried making the ci script write one at the repo root?
I think this is now working as intended, the failure is real, and it's what we want to detect.