Sfoglia il codice sorgente

no rust-std for these targets

Jorge Aparicio 8 anni fa
parent
commit
10ea089eb2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 }