Searched full:rustup (Results 1 – 25 of 68) sorted by relevance
123
28 run: rustup update stable && rustup default stable53 run: rustup update 1.39.0 && rustup default 1.39.070 … # --no-self-update is necessary because the windows environment cannot self-update rustup.exe.71 run: rustup update stable --no-self-update && rustup default stable82 run: rustup update $nightly && rustup default $nightly101 run: rustup update stable && rustup default stable110 rustup target add ${{ matrix.target }}121 run: rustup update $nightly && rustup default $nightly123 run: rustup component add rust-src141 run: rustup update $nightly && rustup default $nightly[all …]
26 run: rustup update nightly && rustup default nightly27 - run: rustup target add ${{ matrix.target }}28 - run: rustup target add x86_64-unknown-linux-musl38 run: rustup update stable && rustup default stable && rustup component add rustfmt47 run: rustup update nightly && rustup default nightly48 - run: rustup target add wasm32-unknown-unknown57 run: rustup update nightly && rustup default nightly66 run: rustup update nightly && rustup default nightly
33 - name: Install Rust (rustup)34 run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}54 run: rustup update stable && rustup default stable && rustup component add rustfmt63 run: rustup update stable && rustup default stable75 run: rustup update stable && rustup default stable && rustup target add ${{ matrix.target }}84 run: rustup update stable && rustup default stable
35 - name: Install Rust (rustup)37 rustup update ${{ matrix.rust }} --no-self-update38 rustup default ${{ matrix.rust }}56 rustup update stable --no-self-update57 rustup default stable58 rustup component add rustfmt68 rustup update nightly --no-self-update69 rustup default nightly84 rustup update 1.31.0 --no-self-update85 rustup default 1.31.0[all …]
15 rustup self update16 rustup update ${{ matrix.rust }}17 rustup default ${{ matrix.rust }}29 rustup update stable30 rustup default stable31 rustup component add rustfmt42 rustup update stable43 rustup default stable
4 MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown…6 rustup set profile minimal7 rustup default "$MIRI_NIGHTLY"8 rustup component add miri
31 - run: rustup default ${{ matrix.channel }}48 - run: rustup default nightly49 - run: rustup target add ${{ matrix.target }}55 - run: rustup default nightly61 - run: rustup default nightly
4 MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown…6 rustup default "$MIRI_NIGHTLY"7 rustup component add miri14 rustup default nightly
11 - run: rustup update21 - run: rustup update33 - run: rustup update34 - run: rustup component add rustfmt --toolchain stable
8 # cargo (and rustup) wants to store stuff in $HOME/.cargo, and binaries in14 # For rust in Mesa, we use rustup to install. This lets us pick an arbitrary19 # snapshot from rustup so the compiler doesn't drift on us.20 wget https://sh.rustup.rs -O - | \
73 ENV RUSTUP_HOME=/usr/local/rustup \79 # Debian usually has an old rust version in the repository. Instead of using that, we use rustup to81 RUN curl -LO "https://static.rust-lang.org/rustup/archive/1.22.1/x86_64-unknown-linux-gnu/rustup-in…82 …&& echo "49c96f3f74be82f4752b8bffcf81961dea5e6e94ce1ccba94435f12e871c3bdb *rustup-init" | sha256su…83 && chmod +x rustup-init \84 && ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION \85 && rm rustup-init \87 && rustup --version \94 RUN rustup default stable
15 rustup toolchain install nightly16 rustup default nightly20 rustup component add rustfmt --toolchain stable
8 - curl -sSf -o rustup-init.exe https://win.rustup.rs/9 - rustup-init.exe -y --default-host %TARGET%
12 MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown…14 rustup default "$MIRI_NIGHTLY"16 rustup component add miri
12 - rustup component add rustfmt13 …- rustup target add thumbv7em-none-eabihf # Any target that does not have a standard library w…16 - (rustup component add clippy && cargo clippy --all -- -D clippy::all) || true
9 - curl -sSf -o rustup-init.exe https://win.rustup.rs/10 - rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
12 rustup toolchain uninstall nightly13 rustup toolchain install nightly -c miri rust-src rustfmt21 rustup --version
12 - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe13 - rustup-init.exe -y --default-host %TARGET%
3 rustup default $14 rustup target add $2
4 rustup component add clippy-preview8 rustup component add rustfmt
11 rustup target add x86_64-unknown-linux-musl12 rustup component add rustfmt clippy
80 // Here's a snippet from rustup:90 // _describe -t commands 'rustup commands' commands "$@"141 // A snippet from rustup:202 // [name] = The subcommand name in the form of "install" for "rustup toolchain install"203 // [bin_name] = The full space delineated bin_name such as "rustup toolchain install"267 // An example from the rustup command:274 // '*::: :->rustup' \ # <-- displays subcommand args and child subcommands
8 before_script: rustup component add rustfmt-preview22 before_script: rustup component add clippy
14 - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST_VERSION15 - rustup --version
27 rustup override add nightly30 rustup override remove