Searched full:rustup (Results 1 – 25 of 107) sorted by relevance
12345
| /external/rust/crates/bytes/.github/workflows/ |
| D | ci.yml | 28 run: rustup update stable && rustup default stable 53 run: rustup update 1.39.0 && rustup default 1.39.0 70 … # --no-self-update is necessary because the windows environment cannot self-update rustup.exe. 71 run: rustup update stable --no-self-update && rustup default stable 82 run: rustup update $nightly && rustup default $nightly 101 run: rustup update stable && rustup default stable 110 rustup target add ${{ matrix.target }} 121 run: rustup update $nightly && rustup default $nightly 123 run: rustup component add rust-src 141 run: rustup update $nightly && rustup default $nightly [all …]
|
| /external/crosvm/infra/cipd/ |
| D | package_rustup-init.sh | 12 -pkg-var "description:rustup-init to set up rustup.rs" 17 RUSTUP_WIN="https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" 18 RUSTUP_LINUX="https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init" 21 wget "$RUSTUP_WIN" -O "rustup-init.exe" 22 cipd create -in "." -name "crosvm/rustup-init/windows-amd64" "${CIPD_ARGS[@]}" 25 wget "$RUSTUP_LINUX" -O "rustup-init" 26 chmod +x "rustup-init" 27 cipd create -in "." -name "crosvm/rustup-init/linux-amd64" "${CIPD_ARGS[@]}"
|
| /external/rust/crates/log/.github/workflows/ |
| D | main.yml | 35 - 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 …]
|
| /external/crosvm/tools/ |
| D | install-deps | 62 # Install rustup if not available yet 63 if ! command -v rustup &>/dev/null; then 64 wget "https://static.rust-lang.org/rustup/archive/1.25.1/x86_64-unknown-linux-gnu/rustup-init" 65 …echo "5cc9ffd1026e82e7fb2eec2121ad71f4b0f044e88bca39207b3f6b769aaa799c *rustup-init" | sha256sum -… 66 chmod +x rustup-init 67 ./rustup-init -y --no-modify-path --profile minimal --default-toolchain none 69 rm rustup-init 74 rustup component add cargo clippy rustfmt 77 rustup component add llvm-tools-preview 80 rustup target add x86_64-pc-windows-gnu [all …]
|
| D | install-deps.ps1 | 25 …UP_INIT_URL = "https://static.rust-lang.org/rustup/archive/$RUSTUP_INIT_VERSION/x86_64-pc-windows-… 26 $RUSTUP_INIT = $BASE_DIR + 'rustup-init.exe' 53 # Download rustup-init that helps setting up rustup and rust toolchain. 63 # Install rustup and rust toolchain
|
| /external/rust/crates/libloading/.github/workflows/ |
| D | libloading.yml | 23 - 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 …]
|
| /external/rust/crates/arbitrary/.github/workflows/ |
| D | rust.yml | 11 - run: rustup update 21 - run: rustup update 33 - run: rustup update 34 - run: rustup component add clippy 41 - run: rustup update 42 - run: rustup component add rustfmt --toolchain stable 49 - run: rustup update 51 run: rustup toolchain install nightly && rustup default nightly
|
| /external/rust/crates/rustc-demangle/.github/workflows/ |
| D | main.yml | 14 run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }} 26 - run: rustup update nightly && rustup default nightly 36 run: rustup update stable && rustup default stable && rustup component add rustfmt 45 run: rustup update stable && rustup default stable
|
| /external/rust/crates/cfg-if/.github/workflows/ |
| D | main.yml | 15 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
|
| /external/rust/crates/flate2/.github/workflows/ |
| D | main.yml | 33 - name: Install Rust (rustup) 34 run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }} 61 run: rustup update stable && rustup default stable && rustup component add rustfmt 73 run: rustup update stable && rustup default stable && rustup target add ${{ matrix.target }}
|
| /external/rust/crates/num_cpus/.github/workflows/ |
| D | ci.yml | 40 rustup default ${{ matrix.rust }} 41 rustup target add ${{ matrix.target }} 61 rustup default ${{ matrix.rust }} 62 rustup target add ${{ matrix.target }} 81 rustup default ${{ matrix.rust }} 82 rustup target add ${{ matrix.target }} 102 rustup default ${{ matrix.rust }} 103 rustup target add ${{ matrix.target }} 149 rustup default ${{ matrix.rust }} 150 rustup target add ${{ matrix.target }}
|
| /external/crosvm/infra/recipe_modules/crosvm/examples/host_build_context.expected/ |
| D | basic_windows.json | 216 "name": "Prepare Host Build.Prepare rust.install crosvm/rustup-init", 231 …"[START_DIR]\\cipd_tool\\crosvm\\rustup-init\\5e1e2bcac305958b27077ca136f35f0abae7cf38c9af678f7d22… 237 "RUSTUP_HOME": "[CACHE]\\builder\\rustup" 246 "name": "Prepare Host Build.Prepare rust.install crosvm/rustup-init.ensure package directory", 256 …"[START_DIR]\\cipd_tool\\crosvm\\rustup-init\\5e1e2bcac305958b27077ca136f35f0abae7cf38c9af678f7d22… 258 "crosvm/rustup-init/${platform} latest", 268 "RUSTUP_HOME": "[CACHE]\\builder\\rustup" 277 "name": "Prepare Host Build.Prepare rust.install crosvm/rustup-init.ensure_installed", 285 … "@@@STEP_LOG_LINE@json.output@ \"package\": \"crosvm/rustup-init/resolved-platform\"@@@", 295 …"[START_DIR]\\cipd_tool\\crosvm\\rustup-init\\5e1e2bcac305958b27077ca136f35f0abae7cf38c9af678f7d22… [all …]
|
| D | basic_linux.json | 231 "name": "Prepare Host Build.Prepare rust.install crosvm/rustup-init", 246 …"[START_DIR]/cipd_tool/crosvm/rustup-init/5e1e2bcac305958b27077ca136f35f0abae7cf38c9af678f7d220ed0… 252 "RUSTUP_HOME": "[CACHE]/builder/rustup" 261 "name": "Prepare Host Build.Prepare rust.install crosvm/rustup-init.ensure package directory", 271 …"[START_DIR]/cipd_tool/crosvm/rustup-init/5e1e2bcac305958b27077ca136f35f0abae7cf38c9af678f7d220ed0… 273 "crosvm/rustup-init/${platform} latest", 283 "RUSTUP_HOME": "[CACHE]/builder/rustup" 292 "name": "Prepare Host Build.Prepare rust.install crosvm/rustup-init.ensure_installed", 300 … "@@@STEP_LOG_LINE@json.output@ \"package\": \"crosvm/rustup-init/resolved-platform\"@@@", 310 …"[START_DIR]/cipd_tool/crosvm/rustup-init/5e1e2bcac305958b27077ca136f35f0abae7cf38c9af678f7d220ed0… [all …]
|
| /external/rust/crates/spin/.github/workflows/ |
| D | rust.yml | 25 run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }} 34 - run: rustup target add thumbv7m-none-eabi 46 run: rustup update ${{ matrix.version }} && rustup default ${{ matrix.version }} 54 run: rustup toolchain install nightly --component miri && rustup default nightly
|
| /external/rust/crates/base64/.circleci/ |
| D | config.yml | 20 # get a nightly or stable toolchain via rustup instead of a mutable docker tag 47 rustup toolchain add '<< parameters.toolchain_override >>' 48 rustup default '<< parameters.toolchain_override >>' 62 rustup component add rustfmt 70 rustup component add clippy 98 command: rustup target add thumbv6m-none-eabi 132 # rust docker img doesn't use $HOME/[.cargo,.rustup] 134 - /usr/local/rustup
|
| /external/mesa3d/.gitlab-ci/windows/ |
| D | mesa_deps_rust.ps1 | 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;
|
| /external/rust/crates/smallvec/scripts/ |
| D | run_miri.sh | 12 MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown… 14 rustup override unset 15 rustup default "$MIRI_NIGHTLY" 17 rustup component add miri 24 rustup override set nightly
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | build-rust.sh | 8 # cargo (and rustup) wants to store stuff in $HOME/.cargo, and binaries in 16 # Also, pick a specific snapshot from rustup so the compiler doesn't drift on 20 # For rust in Mesa, we use rustup to install. This lets us pick an arbitrary 24 --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \ 29 rustup component add clippy rustfmt
|
| /external/crosvm/infra/recipe_modules/crosvm/ |
| D | api.py | 22 return self.builder_cache.join("rustup") 117 This will install the required rust version via rustup. However no further dependencies 216 Prepares the rust toolchain via rustup. 218 Installs rustup-init via CIPD, which is then used to install the rust toolchain version 225 self.cargo_home.join("bin/rustup") 226 ) and not self.m.path.exists(self.cargo_home.join("bin/rustup.exe")): 227 rustup_init = self.m.cipd.ensure_tool("crosvm/rustup-init/${platform}", "latest") 228 self.m.step("Install rustup", [rustup_init, "-y", "--default-toolchain", "none"]) 232 "Set rustup default host", 233 ["rustup", "set", "default-host", "x86_64-pc-windows-gnu"], [all …]
|
| /external/rust/crates/parking_lot/.github/workflows/ |
| D | rust.yml | 35 - run: rustup default ${{ matrix.channel }} 52 - run: rustup default nightly 53 - run: rustup target add ${{ matrix.target }} 59 - run: rustup default nightly 65 - run: rustup default nightly
|
| /external/rust/beto-rust/ |
| D | Dockerfile | 31 RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.77.1 33 RUN rustup install stable 34 RUN rustup toolchain install nightly --force 35 RUN rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu 36 RUN rustup target add wasm32-unknown-unknown thumbv7m-none-eabi
|
| /external/virglrenderer/perf-testing/Docker/ |
| D | Dockerfile | 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 to 81 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
|
| /external/rust/crates/libfuzzer-sys/.github/workflows/ |
| D | rust.yml | 15 rustup toolchain install nightly 16 rustup default nightly 20 rustup component add rustfmt --toolchain stable
|
| /external/rust/crates/fragile/ |
| D | Makefile | 17 @rustup component add rustfmt 2> /dev/null 21 @rustup component add rustfmt 2> /dev/null 25 @rustup component add clippy 2> /dev/null
|
| /external/rust/crates/glam/.github/workflows/ |
| D | ci.yml | 44 - run: rustup update --no-self-update ${{ matrix.toolchain }} 45 - run: rustup default ${{ matrix.toolchain }} 58 - run: rustup update --no-self-update ${{ matrix.toolchain }} 59 - run: rustup default ${{ matrix.toolchain }}
|
12345