Uh oh!
There was an error while loading. Please reload this page.
rustbuild: Start building --enable-extended - #39245
Conversation
3560665 to
df0fb17Comparealexcrichton
commented
Jan 23, 2017
@brson ok I've updated with support for Windows as well, this should be good to go. |
e5391f9 to
3e6065fComparebrson
commented
Jan 24, 2017
This all looks great, but can we get rid of the 'platform' branding? How about r=me |
3e6065f to
e0c0368Comparealexcrichton
commented
Jan 24, 2017
@bors: r=brson |
bors
commented
Jan 24, 2017
📌 Commit e0c0368 has been approved by |
bors
commented
Jan 24, 2017
⌛ Testing commit e0c0368 with merge b69cb4b... |
bors
commented
Jan 24, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Jan 24, 2017
@bors: r=brson |
bors
commented
Jan 24, 2017
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Jan 24, 2017
📌 Commit e0c0368 has been approved by |
e0c0368 to
3a31aabComparealexcrichton
commented
Jan 24, 2017
@bors: r=brson |
bors
commented
Jan 24, 2017
📌 Commit 3a31aab has been approved by |
bors
commented
Jan 24, 2017
rustbuild: Start building --enable-extended This commit adds a new flag to the configure script, `--enable-extended`, which is intended for specifying a desire to compile the full suite of Rust tools such as Cargo, the RLS, etc. This is also an indication that the build system should create combined installers such as the pkg/exe/msi artifacts. Currently the `--enable-extended` flag just indicates that combined installers should be built, and Cargo is itself not compiled just yet but rather only downloaded from its location. The intention here is to quickly get to feature parity with the current release process and then we can start improving it afterwards. All new files in this PR inside `src/etc/installer` are copied from the rust-packaging repository. cc #38531
bors
commented
Jan 24, 2017
💔 Test failed - status-travis |
This commit adds a new flag to the configure script, `--enable-extended`, which is intended for specifying a desire to compile the full suite of Rust tools such as Cargo, the RLS, etc. This is also an indication that the build system should create combined installers such as the pkg/exe/msi artifacts. Currently the `--enable-extended` flag just indicates that combined installers should be built, and Cargo is itself not compiled just yet but rather only downloaded from its location. The intention here is to quickly get to feature parity with the current release process and then we can start improving it afterwards. All new files in this PR inside `src/etc/installer` are copied from the rust-packaging repository.
3a31aab to
f3dfcaeComparealexcrichton
commented
Jan 24, 2017
@bors: r=brson |
bors
commented
Jan 24, 2017
📌 Commit f3dfcae has been approved by |
bors
commented
Jan 24, 2017
rustbuild: Start building --enable-extended This commit adds a new flag to the configure script, `--enable-extended`, which is intended for specifying a desire to compile the full suite of Rust tools such as Cargo, the RLS, etc. This is also an indication that the build system should create combined installers such as the pkg/exe/msi artifacts. Currently the `--enable-extended` flag just indicates that combined installers should be built, and Cargo is itself not compiled just yet but rather only downloaded from its location. The intention here is to quickly get to feature parity with the current release process and then we can start improving it afterwards. All new files in this PR inside `src/etc/installer` are copied from the rust-packaging repository. cc #38531
bors
commented
Jan 25, 2017
☀️ Test successful - status-appveyor, status-travis |
This commit adds a new flag to the configure script,
--enable-extended, which is intended for specifying a desire tocompile the full suite of Rust tools such as Cargo, the RLS, etc. This
is also an indication that the build system should create combined
installers such as the pkg/exe/msi artifacts.
Currently the
--enable-extendedflag just indicates that combinedinstallers should be built, and Cargo is itself not compiled just yet
but rather only downloaded from its location. The intention here is to
quickly get to feature parity with the current release process and then
we can start improving it afterwards.
All new files in this PR inside
src/etc/installerare copied from therust-packaging repository.
cc #38531