Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a686840

Browse files
authored
chore(ci): fix cross-compile warning for getrandom (#34)
Fix build for cross-compiled platforms - linux-arm64/linux-riscv Seems there is a multi version conflict in getrandom crate
1 parent 4a3592a commit a686840

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ jobs:
234234
#cargo install cross
235235
cargo install cross --git https://github.com/cross-rs/cross
236236
echo "CARGO=cross" >> $GITHUB_ENV
237+
# Disable - [cross] warning: Found conflicting cross configuration
238+
echo "CROSS_NO_WARNINGS=0" >> $GITHUB_ENV
237239
238240
- name: Install and setup cargo-auditable
239241
# if: ${{ ( startsWith(github.ref, 'refs/tags/v') ) && ( ! matrix.builds.cross ) }}

0 commit comments

Comments
 (0)