Skip to content

Commit

Permalink
chore(ci): fix cross-compile warning for getrandom (#34)
Browse files Browse the repository at this point in the history
Fix build for cross-compiled platforms - linux-arm64/linux-riscv
Seems there is a multi version conflict in getrandom crate
  • Loading branch information
leet4tari authored Jan 29, 2025
1 parent 4a3592a commit a686840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ jobs:
#cargo install cross
cargo install cross --git https://github.com/cross-rs/cross
echo "CARGO=cross" >> $GITHUB_ENV
# Disable - [cross] warning: Found conflicting cross configuration
echo "CROSS_NO_WARNINGS=0" >> $GITHUB_ENV
- name: Install and setup cargo-auditable
# if: ${{ ( startsWith(github.ref, 'refs/tags/v') ) && ( ! matrix.builds.cross ) }}
Expand Down

0 comments on commit a686840

Please sign in to comment.