Home
last modified time | relevance | path

Searched full:rustup (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/rust/crates/libc/ci/
Dinstall-rust.sh15 rustup set profile minimal
16 rustup update --force $toolchain-"$TARGET"
17 rustup default $toolchain-"$TARGET"
19 rustup set profile minimal
20 rustup update --force $toolchain
21 rustup default $toolchain
26 rustup target add "$TARGET"
31 rustup component add rust-src
57 command -v rustup
60 rustup -Vv
[all …]
/third_party/rust/crates/log/.github/workflows/
Dmain.yml35 - name: Install Rust (rustup)
37 rustup update ${{ matrix.rust }} --no-self-update
38 rustup default ${{ matrix.rust }}
58 rustup update stable --no-self-update
59 rustup default stable
60 rustup component add rustfmt
70 rustup update nightly --no-self-update
71 rustup default nightly
86 rustup update nightly --no-self-update
87 rustup default nightly
[all …]
/third_party/rust/crates/clap/clap_bench/benches/
D06_rustup.rs3 // CLI used is from rustup 408ed84f0e50511ed44a405dd91365e5da588790
20 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 …]
/third_party/rust/crates/nix/
D.cirrus.yml54 - fetch https://sh.rustup.rs -o rustup.sh
55 - sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
57 - rustup target add i686-unknown-freebsd
58 - rustup component add clippy
79 - curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
80 - sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
82 - rustup component add clippy
133 - curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
134 - sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
160 - rustup target add $TARGET
[all …]
/third_party/rust/crates/libc/
D.cirrus.yml7 - curl https://sh.rustup.rs -sSf --output rustup.sh
8 - sh rustup.sh -y --default-toolchain nightly --profile=minimal
21 - curl https://sh.rustup.rs -sSf --output rustup.sh
22 - sh rustup.sh -y --default-toolchain nightly --profile=minimal
35 - curl https://sh.rustup.rs -sSf --output rustup.sh
36 - sh rustup.sh -y --default-toolchain nightly --profile=minimal
/third_party/rust/crates/libloading/.github/workflows/
Dlibloading.yml23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
24 - run: rustup default ${{ matrix.rust_toolchain }}
25 - run: rustup component add clippy
52 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
53 - run: rustup default ${{ matrix.rust_toolchain }}
54 - run: rustup target add ${{ matrix.rust_target }}
85 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
86 - 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 …]
/third_party/rust/crates/cfg-if/.github/workflows/
Dmain.yml15 rustup self update
16 rustup update ${{ matrix.rust }}
17 rustup default ${{ matrix.rust }}
29 rustup update stable
30 rustup default stable
31 rustup component add rustfmt
42 rustup update stable
43 rustup default stable
/third_party/rust/rust/library/portable-simd/.github/workflows/
Dci.yml22 rustup update nightly --no-self-update
23 rustup default nightly
24 rustup component add rustfmt
55 rustup update nightly --no-self-update
56 rustup default nightly
57 rustup target add ${{ matrix.target }}
58 rustup component add clippy
104 rustup update nightly --no-self-update
105 rustup default nightly
106 rustup target add ${{ matrix.target }}
[all …]
/third_party/rust/rust/src/doc/rustc/src/targets/
Dbuilt-in.md9 work. If using [rustup], then check out the documentation on
10 [Cross-compilation][rustup-cross] on how to download a pre-built standard
14 [rustup]: https://github.com/rust-lang/rustup
15 [rustup-cross]: https://rust-lang.github.io/rustup/cross-compilation.html
/third_party/rust/crates/rustix/
D.cirrus.yml7 # curl https://sh.rustup.rs -sSf --output rustup.sh
16 # - curl https://sh.rustup.rs -sSf --output rustup.sh
17 # - sh rustup.sh --default-toolchain stable -y --profile=minimal
19 # - rustup default stable
/third_party/rust/rust/src/tools/rustfmt/.github/workflows/
Dwindows.yml39 - name: Install Rustup using win.rustup.rs
43 Invoke-WebRequest https://win.rustup.rs/ -OutFile rustup-init.exe
44 .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc --default-toolchain=none
45 del rustup-init.exe
46 rustup target add ${{ matrix.target }}
Drustdoc_check.yml16 - name: install rustup
18 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh
19 sh rustup-init.sh -y --default-toolchain none
20 rustup target add x86_64-unknown-linux-gnu
Dmac.yml29 - name: install rustup
31 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh
32 sh rustup-init.sh -y --default-toolchain none
33 rustup target add ${{ matrix.target }}
Dcheck_diff.yml26 - name: install rustup
28 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh
29 sh rustup-init.sh -y --default-toolchain none
30 rustup target add x86_64-unknown-linux-gnu
Dlinux.yml32 - name: install rustup
34 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh
35 sh rustup-init.sh -y --default-toolchain none
36 rustup target add ${{ matrix.target }}
/third_party/mesa3d/.gitlab-ci/windows/
Dmesa_deps_rust.ps19 $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;
/third_party/rust/rust/compiler/rustc_codegen_gcc/
Drustup.sh10rustup 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 $nightly
23 git commit -m "Rustup to $(rustc -V)"
27 echo "Usage: ./rustup.sh prepare|commit"
/third_party/rust/crates/bindgen/book/src/
Dcode-formatting.md18 but you have `rustup` available, you can use `nightly` by following these
23 Use `rustup run` to run `bindgen`:
26 $ rustup run nightly bindgen [ARGS]
33 $ rustup which rustfmt --toolchain=nightly
43 let output = Command::new("rustup")
46 .expect("Could not spawn `rustup` command");
50 "Unsuccessful status code when running `rustup`: {:?}",
/third_party/rust/rust/compiler/rustc_codegen_cranelift/scripts/
Drustup.sh24rustup toolchain install --profile minimal "nightly-${TOOLCHAIN}" # Sanity check to see if the nig…
26 rustup component add rustfmt || true
29 …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"
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-rust.sh10 # cargo (and rustup) wants to store stuff in $HOME/.cargo, and binaries in
16 # 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 arbitrary
23 --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
28 rustup component add clippy rustfmt
/third_party/rust/crates/is-terminal/.github/actions/install-rust/
DREADME.md3 A small github action to install `rustup` and a Rust toolchain. This is
11 * `rustup` isn't installed on macOS (a bug in Github Actions)
16 - run: rustup update $toolchain && rustup default $toolchain
/third_party/rust/crates/rustix/.github/actions/install-rust/
DREADME.md3 A small github action to install `rustup` and a Rust toolchain. This is
11 * `rustup` isn't installed on macOS (a bug in Github Actions)
16 - run: rustup update $toolchain && rustup default $toolchain
/third_party/rust/crates/linux-raw-sys/.github/actions/install-rust/
DREADME.md3 A small github action to install `rustup` and a Rust toolchain. This is
11 * `rustup` isn't installed on macOS (a bug in Github Actions)
16 - run: rustup update $toolchain && rustup default $toolchain
/third_party/rust/crates/io-lifetimes/.github/actions/install-rust/
DREADME.md3 A small github action to install `rustup` and a Rust toolchain. This is
11 * `rustup` isn't installed on macOS (a bug in Github Actions)
16 - run: rustup update $toolchain && rustup default $toolchain
/third_party/flatbuffers/tests/
DRustTest.sh39 rustup install nightly
40 rustup component add rust-src --toolchain nightly
41 rustup target add thumbv7m-none-eabi
58 rustup component add clippy
74 rustup +nightly component add miri

1234567