Rustup has been accepted and is waiting for someone to provide patches. It's me :)
This is my first attempt to create a package, don't hesitate to comment my work.
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T5309: rustup
- Commits
- R4626:7ccc300607a9: Initial working on rustup
Run rustup install stable as a regular user.
Add ~/.cargo/bin to $PATH
You should now be able to execute cargo and rustc.
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| package.yml | ||
|---|---|---|
| 7 | Should be programming.tools | |
| package.yml | ||
|---|---|---|
| 12 | Not needed is a dependency of cargo | |
Comment Actions
Asking for the sake of quality: is it good to skip build and do everything inside install with a command like cargo install --root=/blah?
Comment Actions
You are right, this is not the cleanest way.
I'm working on it (compiling rustup and then moving it to the appropriate location)
| package.yml | ||
|---|---|---|
| 19 | Should be -Dm00755 | |