Skip to content

Commit

Permalink
fix: try ignoring warnings from cross
Browse files Browse the repository at this point in the history
Signed-off-by: Yashodhan Joshi <[email protected]>
  • Loading branch information
YJDoc2 committed Feb 5, 2025
1 parent 841a65b commit a9e34f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ fi
if [ "$CARGO" == "cross" ]; then
export CROSS_BUILD_OPTS="--quiet"
export CARGO_TARGET_DIR="$CARGO_TARGET_DIR/cross-$CARGO_BUILD_TARGET"
# https://github.com/rust-random/getrandom/issues/601
export CROSS_NO_WARNINGS=0

# mount run to have access to dbus socket.
# mount /tmp so as shared for test_make_parent_mount_private
Expand Down

0 comments on commit a9e34f1

Please sign in to comment.