Skip to content

Commit 49b04b3

Browse files
committed
Temporarly comment out the ESP IDF task until I grok justfile
1 parent ffa7024 commit 49b04b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ check arch toolchain:
1717
cargo +{{ toolchain }} b{{ arch }} --example edge_server --features="examples-async"
1818
cargo +{{ toolchain }} b{{ arch }} --example crypto_self_test --features="examples"
1919
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
20+
# cargo +{{ toolchain }} b --example crypto_self_test_std --features="examples-std" --target xtensa-esp32-espidf -Z build-std=std,panic_abort
2121
cargo +{{ toolchain }} fmt --all -- --check

0 commit comments

Comments
 (0)