Searched full:rustup (Results 1 – 25 of 173) sorted by relevance
1234567
15 rustup set profile minimal16 rustup update --force $toolchain-"$TARGET"17 rustup default $toolchain-"$TARGET"19 rustup set profile minimal20 rustup update --force $toolchain21 rustup default $toolchain26 rustup target add "$TARGET"31 rustup component add rust-src57 command -v rustup60 rustup -Vv[all …]
35 - name: Install Rust (rustup)37 rustup update ${{ matrix.rust }} --no-self-update38 rustup default ${{ matrix.rust }}58 rustup update stable --no-self-update59 rustup default stable60 rustup component add rustfmt70 rustup update nightly --no-self-update71 rustup default nightly86 rustup update nightly --no-self-update87 rustup default nightly[all …]
3 // CLI used is from rustup 408ed84f0e50511ed44a405dd91365e5da58879020 b.iter(|| build_cli().get_matches_from(vec!["rustup override add stable"])) in parse_rustup_with_sc()25 Command::new("rustup") in build_cli()55 .help("Don't perform self update when running the `rustup` command") in build_cli()284 .about("Modify the rustup installation") in build_cli()285 .subcommand(Command::new("update").about("Download and install updates to rustup")) in build_cli()288 .about("Uninstall rustup.") in build_cli()297 .about("rustup telemetry commands") in build_cli()299 .subcommand(Command::new("enable").about("Enable rustup telemetry")) in build_cli()300 .subcommand(Command::new("disable").about("Disable rustup telemetry")) in build_cli()[all …]
54 - fetch https://sh.rustup.rs -o rustup.sh55 - sh rustup.sh -y --profile=minimal --default-toolchain $MSRV57 - rustup target add i686-unknown-freebsd58 - rustup component add clippy79 - curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs80 - sh rustup.sh -y --profile=minimal --default-toolchain $MSRV82 - rustup component add clippy133 - curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs134 - sh rustup.sh -y --profile=minimal --default-toolchain $MSRV160 - rustup target add $TARGET[all …]
7 - curl https://sh.rustup.rs -sSf --output rustup.sh8 - sh rustup.sh -y --default-toolchain nightly --profile=minimal21 - curl https://sh.rustup.rs -sSf --output rustup.sh22 - sh rustup.sh -y --default-toolchain nightly --profile=minimal35 - curl https://sh.rustup.rs -sSf --output rustup.sh36 - sh rustup.sh -y --default-toolchain nightly --profile=minimal
23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal24 - run: rustup default ${{ matrix.rust_toolchain }}25 - run: rustup component add clippy52 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal53 - run: rustup default ${{ matrix.rust_toolchain }}54 - run: rustup target add ${{ matrix.rust_target }}85 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal86 - run: rustup default ${{ matrix.rust_toolchain }}87 - run: rustup component add rust-src --toolchain nightly --target ${{ matrix.rust_target }}102 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal[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
22 rustup update nightly --no-self-update23 rustup default nightly24 rustup component add rustfmt55 rustup update nightly --no-self-update56 rustup default nightly57 rustup target add ${{ matrix.target }}58 rustup component add clippy104 rustup update nightly --no-self-update105 rustup default nightly106 rustup target add ${{ matrix.target }}[all …]
9 work. If using [rustup], then check out the documentation on10 [Cross-compilation][rustup-cross] on how to download a pre-built standard14 [rustup]: https://github.com/rust-lang/rustup15 [rustup-cross]: https://rust-lang.github.io/rustup/cross-compilation.html
7 # curl https://sh.rustup.rs -sSf --output rustup.sh16 # - curl https://sh.rustup.rs -sSf --output rustup.sh17 # - sh rustup.sh --default-toolchain stable -y --profile=minimal19 # - rustup default stable
39 - name: Install Rustup using win.rustup.rs43 Invoke-WebRequest https://win.rustup.rs/ -OutFile rustup-init.exe44 .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc --default-toolchain=none45 del rustup-init.exe46 rustup target add ${{ matrix.target }}
16 - name: install rustup18 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh19 sh rustup-init.sh -y --default-toolchain none20 rustup target add x86_64-unknown-linux-gnu
29 - name: install rustup31 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh32 sh rustup-init.sh -y --default-toolchain none33 rustup target add ${{ matrix.target }}
26 - name: install rustup28 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh29 sh rustup-init.sh -y --default-toolchain none30 rustup target add x86_64-unknown-linux-gnu
32 - name: install rustup34 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh35 sh rustup-init.sh -y --default-toolchain none36 rustup target add ${{ matrix.target }}
9 $url = 'https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe';11 Invoke-WebRequest -Uri $url -OutFile 'rustup-init.exe';13 .\rustup-init.exe -y;14 Remove-Item rustup-init.exe;
10 …rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the night…14 …for nightly in $(rustup toolchain list | grep nightly | grep -v $TOOLCHAIN | grep -v nightly-x86_6…15 rustup toolchain uninstall $nightly23 git commit -m "Rustup to $(rustc -V)"27 echo "Usage: ./rustup.sh prepare|commit"
18 but you have `rustup` available, you can use `nightly` by following these23 Use `rustup run` to run `bindgen`:26 $ rustup run nightly bindgen [ARGS]33 $ rustup which rustfmt --toolchain=nightly43 let output = Command::new("rustup")46 .expect("Could not spawn `rustup` command");50 "Unsuccessful status code when running `rustup`: {:?}",
24 …rustup toolchain install --profile minimal "nightly-${TOOLCHAIN}" # Sanity check to see if the nig…26 rustup component add rustfmt || true29 …for nightly in $(rustup toolchain list | grep nightly | grep -v "$TOOLCHAIN" | grep -v nightly-x86…30 rustup toolchain uninstall "$nightly"39 git commit -m "Rustup to $(rustc -V)"75 echo "Usage: ./rustup.sh prepare|commit"
10 # cargo (and rustup) wants to store stuff in $HOME/.cargo, and binaries in16 # Pick a specific snapshot from rustup so the compiler doesn't drift on us.19 # For rust in Mesa, we use rustup to install. This lets us pick an arbitrary23 --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \28 rustup component add clippy rustfmt
3 A small github action to install `rustup` and a Rust toolchain. This is11 * `rustup` isn't installed on macOS (a bug in Github Actions)16 - run: rustup update $toolchain && rustup default $toolchain
39 rustup install nightly40 rustup component add rust-src --toolchain nightly41 rustup target add thumbv7m-none-eabi58 rustup component add clippy74 rustup +nightly component add miri