Skip to content

Commit

Permalink
Update build-std.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jan 8, 2025
1 parent 904fa71 commit 12ae666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-std.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
if [[ "$TOOLCHAIN" = "nightly" ]]
if [[ "$TOOLCHAIN" = "nightly" && ("$TARGET" =~ ^mips || "$TARGET" =~ ^s390x) ]]
then
export CARGO_NET_GIT_FETCH_WITH_CLI=true
export CARGO_UNSTABLE_SPARSE_REGISTRY=true
Expand Down

0 comments on commit 12ae666

Please sign in to comment.