We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa7024 commit 49b04b3Copy full SHA for 49b04b3
justfile
@@ -17,5 +17,5 @@ check arch toolchain:
17
cargo +{{ toolchain }} b{{ arch }} --example edge_server --features="examples-async"
18
cargo +{{ toolchain }} b{{ arch }} --example crypto_self_test --features="examples"
19
cargo +{{ toolchain }} b --example crypto_self_test_std --features="examples-std" --target x86_64-unknown-linux-gnu -Z build-std=std,panic_abort
20
- cargo +{{ toolchain }} b --example crypto_self_test_std --features="examples-std" --target xtensa-esp32-espidf -Z build-std=std,panic_abort
+# cargo +{{ toolchain }} b --example crypto_self_test_std --features="examples-std" --target xtensa-esp32-espidf -Z build-std=std,panic_abort
21
cargo +{{ toolchain }} fmt --all -- --check
0 commit comments