Skip to content

Commit

Permalink
ci: enable riscv64 build (#656)
Browse files Browse the repository at this point in the history
Co-authored-by: Cat <[email protected]>
  • Loading branch information
AutisticShark and Cat authored Nov 28, 2024
1 parent 05004b6 commit 4dab14e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
extra-args: -F "shadowsocks, tuic, onion"
rustflags: "-Ctarget-feature=+crt-static --cfg tokio_unstable"
# Linux RISC-V gnu
# - os: ubuntu-latest
# target: riscv64gc-unknown-linux-gnu
# cross: true
# extra-args: "--all-features"
- os: ubuntu-latest
target: riscv64gc-unknown-linux-gnu
cross: true
extra-args: -F "shadowsocks, tuic"
# Windows
- os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 4dab14e

Please sign in to comment.