Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : rustup | name : rustup | ||||
| version : 1.18.3 | version : 1.19.0 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - https://github.com/rust-lang/rustup.rs/archive/1.18.3.tar.gz : 9a2ae2c85bbbfc838b25d86d049bc677532950d78765725beabb8a61df1c2710 | - https://github.com/rust-lang/rustup.rs/archive/1.19.0.tar.gz : b5b2c1c369e44f0c6529169f0c4e680c257a13d220b643a31686033fff2a5983 | ||||
| license : | license : | ||||
| - Apache-2.0 | - Apache-2.0 | ||||
| - MIT | - MIT | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : The Rust toolchain installer. | summary : The Rust toolchain installer. | ||||
| description: | | description: | | ||||
| The Rust toolchain installer. | The Rust toolchain installer. | ||||
| builddeps : | builddeps : | ||||
| - cargo | - cargo | ||||
| - curl | - curl | ||||
| networking : yes | networking : yes | ||||
JoshStrobl: Sorry, it occurred to me that we need this to conflict with cargo as well, so it should be a… | |||||
Done Inline ActionsI'm working on it, as well as your other comment. I'll send the patches in a few minutes (time to build rustup and test it. josephscade: I'm working on it, as well as your other comment. I'll send the patches in a few minutes (time… | |||||
| build : | | build : | | ||||
| cargo build --release --features no-self-update | cargo build --release --features no-self-update | ||||
| install : | | install : | | ||||
| install -Dm00755 target/release/rustup-init $installdir/usr/bin/rustup | install -Dm00755 target/release/rustup-init $installdir/usr/bin/rustup | ||||
Done Inline ActionsI could be blind but I'm not seeing us shipping cargo-fmt, cargo-clippy, and clippy-driver anywhere. Do those have any value to us and if so, why aren't they in the rust or cargo packages? Furthermore, we also have a rust-gdbgui in the rust package, would that be a binary provided by the rustup tooling and available via rustup? JoshStrobl: I could be blind but I'm not seeing us shipping cargo-fmt, cargo-clippy, and clippy-driver… | |||||
Done Inline ActionsThanks for your comment. You're right, I'm working on it. josephscade: Thanks for your comment. You're right, I'm working on it. | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Sorry, it occurred to me that we need this to conflict with cargo as well, so it should be a list like builddeps is.