Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustbuild: don't create a source tarball when installing #42109

Merged
merged 4 commits into from
May 27, 2017

Commits on May 22, 2017

  1. rustbuild: split Install out of Dist subcommand

    only create source tarball for the Dist subcommand
    mark install rule as default for Kind::Install
    split install-docs
    split install-std
    factor out empty_dir handling
    split install-cargo
    split install-analysis
    split install-src
    rework install-rustc
    properly handle cross-compilation setups for install
    use pkgname in install
    split plain source tarball generation from rust-src dist
    document src-tarball in config.toml.exmaple
    
    Signed-off-by: Marc-Antoine Perennou <[email protected]>
    Keruspe committed May 22, 2017
    Configuration menu
    Copy the full SHA
    150d644 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. rustbuild: drop unused macro in tets

    Signed-off-by: Marc-Antoine Perennou <[email protected]>
    Keruspe committed May 23, 2017
    Configuration menu
    Copy the full SHA
    9af464b View commit details
    Browse the repository at this point in the history
  2. rustbuild: make distcheck depend on dist-plain-source-tarball

    Signed-off-by: Marc-Antoine Perennou <[email protected]>
    Keruspe committed May 23, 2017
    Configuration menu
    Copy the full SHA
    53ae00a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. rustbuild: distcheck needs rust-src too

    Signed-off-by: Marc-Antoine Perennou <[email protected]>
    Keruspe committed May 24, 2017
    Configuration menu
    Copy the full SHA
    d0ea705 View commit details
    Browse the repository at this point in the history