We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaa787 commit f19450dCopy full SHA for f19450d
.github/workflows/ci.yml
@@ -31,15 +31,6 @@ jobs:
31
cargo install cargo-binutils
32
rustup component add llvm-tools-preview
33
rustup component add rust-src
34
- - name: Compile for RISC-V
35
- working-directory: ./zksync_os
36
- run: |
37
- rustup target add riscv32i-unknown-none-elf
38
- cargo install cargo-binutils
39
- rustup component add llvm-tools-preview
40
- rustup component add rust-src
41
- ./dump_bin.sh --type for-tests
42
- ./dump_bin.sh --type multiblock-batch
43
- name: Compile
44
run: cargo test --release --no-run
45
- name: Run rust tests
0 commit comments