Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Create and publish a snap of rustup #1144
Comments
flexiondotorg
referenced this issue
in rust-lang/rust
Jun 1, 2017
Open
Create and publish a snap of Rust #42349
est31
commented
Jun 1, 2017
|
cc #800 |
brson
added
the
help wanted
label
Jun 3, 2017
|
I kinda think getting nice rustup snaps is probably even more desirable than plain rust snaps, since rustup provides the full Rust experience. I can imagine the official Rust snap actually being rustup - you go to the nice Linux app store, search for Rust in the typical way, and you get the works. Deploying official rustup snaps is potentially easier than official Rust snaps because rustup releases are not tied to the massive Rust CI beast, where deploying snaps would require a number of integrations. It's easier to experiment outside of the rust-lang/rust tree. Snapping rustup though is going to have significant challenges compared to snapping a single Rust toolchain:
Getting started here will probably just take a bunch of exploratory work to see how plausible it is to make a rustup snap work correctly with the |
|
I posted this to TWiR. |
lilianmoraru
commented
Jun 7, 2017
|
I actually don't like that some distros distribute Rust without |
flexiondotorg commentedJun 1, 2017
•
Edited 1 time
-
flexiondotorg
Jun 1, 2017
I work on the team developing Ubuntu and Snapcraft and recently spoke to @brson and @alexcrichton about creating and publishing a snap of rustup. They requested that we raise an issue here for creating a snap so that it can be included as a call for participation in a future This Week in Rust news letter.
For those unfamiliar with snaps and snapcraft, you can get a quick introduction from our video Snaps and snapcraft.io explained in 3 minutes.
As requested an issue to snap Rust has also been filed: