Explorar o código

no rust-std for these targets

Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
10ea089eb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ci/install.sh

+ 1 - 1
ci/install.sh

@@ -79,7 +79,7 @@ install_rust() {
 }
 
 add_rustup_target() {
-    if [[ $TARGET != $HOST ]]; then
+    if [[ $TARGET != $HOST && ${CARGO:-cargo} == "cargo" ]]; then
         rustup target add $TARGET
     fi
 }