mirror of
https://github.com/dtolnay/rust-toolchain
synced 2025-12-31 20:59:01 +01:00
Merge pull request #177 from dtolnay/permitcopyrename
Some checks failed
CI / Rust nightly on ubuntu-latest (push) Failing after 2s
CI / Rust stable on ubuntu-latest (push) Failing after 2s
CI / Rust nightly on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust stable 18 months ago on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust stable minus 8 releases on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust stable on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust 1.62.0 on macos-latest (push) Has been cancelled
CI / Rust beta on macos-latest (push) Has been cancelled
CI / Rust nightly on macos-latest (push) Has been cancelled
CI / Rust stable 18 months ago on macos-latest (push) Has been cancelled
CI / Rust stable minus 8 releases on macos-latest (push) Has been cancelled
CI / Rust stable on macos-latest (push) Has been cancelled
CI / Rust 1.62.0 on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust beta on ubuntu-latest (push) Failing after 1s
CI / Rust 1.62.0 on ubuntu-latest (push) Failing after 2s
CI / Rust 1.0.0 on ubuntu-latest (push) Failing after 2s
CI / Rust stable 18 months ago on ubuntu-latest (push) Failing after 1s
CI / Rust stable minus 8 releases on ubuntu-latest (push) Failing after 1s
CI / Rust beta on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust 1.62.0 on windows-11-arm (push) Has been cancelled
CI / Rust beta on windows-11-arm (push) Has been cancelled
CI / Rust nightly on windows-11-arm (push) Has been cancelled
CI / Rust stable 18 months ago on windows-11-arm (push) Has been cancelled
CI / Rust stable minus 8 releases on windows-11-arm (push) Has been cancelled
CI / Rust stable on windows-11-arm (push) Has been cancelled
CI / Rust 1.62.0 on windows-latest (push) Has been cancelled
CI / Rust beta on windows-latest (push) Has been cancelled
CI / Rust nightly on windows-latest (push) Has been cancelled
CI / Rust stable 18 months ago on windows-latest (push) Has been cancelled
CI / Rust stable minus 8 releases on windows-latest (push) Has been cancelled
CI / Rust stable on windows-latest (push) Has been cancelled
Some checks failed
CI / Rust nightly on ubuntu-latest (push) Failing after 2s
CI / Rust stable on ubuntu-latest (push) Failing after 2s
CI / Rust nightly on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust stable 18 months ago on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust stable minus 8 releases on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust stable on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust 1.62.0 on macos-latest (push) Has been cancelled
CI / Rust beta on macos-latest (push) Has been cancelled
CI / Rust nightly on macos-latest (push) Has been cancelled
CI / Rust stable 18 months ago on macos-latest (push) Has been cancelled
CI / Rust stable minus 8 releases on macos-latest (push) Has been cancelled
CI / Rust stable on macos-latest (push) Has been cancelled
CI / Rust 1.62.0 on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust beta on ubuntu-latest (push) Failing after 1s
CI / Rust 1.62.0 on ubuntu-latest (push) Failing after 2s
CI / Rust 1.0.0 on ubuntu-latest (push) Failing after 2s
CI / Rust stable 18 months ago on ubuntu-latest (push) Failing after 1s
CI / Rust stable minus 8 releases on ubuntu-latest (push) Failing after 1s
CI / Rust beta on ubuntu-24.04-arm (push) Has been cancelled
CI / Rust 1.62.0 on windows-11-arm (push) Has been cancelled
CI / Rust beta on windows-11-arm (push) Has been cancelled
CI / Rust nightly on windows-11-arm (push) Has been cancelled
CI / Rust stable 18 months ago on windows-11-arm (push) Has been cancelled
CI / Rust stable minus 8 releases on windows-11-arm (push) Has been cancelled
CI / Rust stable on windows-11-arm (push) Has been cancelled
CI / Rust 1.62.0 on windows-latest (push) Has been cancelled
CI / Rust beta on windows-latest (push) Has been cancelled
CI / Rust nightly on windows-latest (push) Has been cancelled
CI / Rust stable 18 months ago on windows-latest (push) Has been cancelled
CI / Rust stable minus 8 releases on windows-latest (push) Has been cancelled
CI / Rust stable on windows-latest (push) Has been cancelled
Permit cross-device copy
This commit is contained in:
commit
f7ccc83f9e
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ runs:
|
|||
|
||||
- name: rustup toolchain install ${{steps.parse.outputs.toolchain}}
|
||||
run: rustup toolchain install ${{steps.parse.outputs.toolchain}}${{steps.flags.outputs.targets}}${{steps.flags.outputs.components}} --profile minimal${{steps.flags.outputs.downgrade}} --no-self-update
|
||||
env:
|
||||
RUSTUP_PERMIT_COPY_RENAME: 1
|
||||
shell: bash
|
||||
|
||||
- run: rustup default ${{steps.parse.outputs.toolchain}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue