Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 31, 2024
1 parent 920469f commit c4692a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,10 @@ jobs:
env:
RUSTC_BOOTSTRAP: 1
CARGO_ENCODED_RUSTFLAGS: "--cfg\x1fsubstrate_runtime"
RUSTFLAGS: "--cfg substrate_runtime"
run: |
for crate in ${ALSO_RISCV_CRATES}; do
cargo +nightly build --no-default-features --release
cargo +nightly build --verbose --no-default-features --release
-Zbuild-std="core,alloc" \
--target RISCV_TARGET \
--manifest-path ./crates/${crate}/Cargo.toml;
Expand Down

0 comments on commit c4692a2

Please sign in to comment.