We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5673a61 commit ade6f2cCopy full SHA for ade6f2c
.github/workflows/tests.yml
@@ -319,6 +319,8 @@ jobs:
319
run: cargo build -Z build-std=core --target=aarch64-kmc-solid_asp3
320
- name: Nintendo 3DS
321
run: cargo build -Z build-std=core --target=armv6k-nintendo-3ds
322
+ - name: RISC-V ESP-IDF
323
+ run: cargo build -Z build-std=core --target=riscv32imc-esp-espidf
324
- name: OpenBSD
325
run: cargo build -Z build-std=std --target=x86_64-unknown-openbsd --features=std
326
- name: Dragonfly BSD
0 commit comments