Home
last modified time | relevance | path

Searched full:rust_toolchain (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/libloading/.github/workflows/
Dlibloading.yml18 rust_toolchain: [nightly, stable, 1.40.0]
23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
24 - run: rustup default ${{ matrix.rust_toolchain }}
30 if: ${{ matrix.rust_toolchain == 'nightly' }}
39 rust_toolchain: [nightly, stable]
52 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
53 - run: rustup default ${{ matrix.rust_toolchain }}
71 rust_toolchain: [nightly]
85 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
86 - run: rustup default ${{ matrix.rust_toolchain }}
[all …]
/third_party/rust/rust/compiler/rustc_codegen_gcc/
Dtest.sh206 rust_toolchain=$(cat rust-toolchain | grep channel | sed 's/channel = "\(.*\)"/\1/')
226 rustc = "$HOME/.rustup/toolchains/$rust_toolchain-$TARGET_TRIPLE/bin/rustc"