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

Prepare for buildbot automation #70

Merged
merged 1 commit into from
Jun 27, 2014
Merged

Conversation

alexcrichton
Copy link
Member

  • The installation script was modified to recognize when its running on windows,
    as well as tweaking how it downloads and installs snapshots. The goal here was
    to make the script runnable on buildbot for mac/linux/windows with 32/64 bit
    options on mac/linux.
  • The installation script now install rustc to rustc/bin in the local
    directory to have parallel builds on buildbot.
  • The tests now store all their temporary state locally in the build directory
    to enable parallel builds on buildbot.
  • A shell test is ignored which assumed the presence of a TTY output.

* The installation script was modified to recognize when its running on windows,
  as well as tweaking how it downloads and installs snapshots. The goal here was
  to make the script runnable on buildbot for mac/linux/windows with 32/64 bit
  options on mac/linux.

* The installation script now install rustc to `rustc/bin` in the local
  directory to have parallel builds on buildbot.

* The tests now store all their temporary state locally in the build directory
  to enable parallel builds on buildbot.

* A shell test is ignored which assumed the presence of a TTY output.
@wycats
Copy link
Contributor

wycats commented Jun 27, 2014

r+

bors added a commit that referenced this pull request Jun 27, 2014
* The installation script was modified to recognize when its running on windows,
  as well as tweaking how it downloads and installs snapshots. The goal here was
  to make the script runnable on buildbot for mac/linux/windows with 32/64 bit
  options on mac/linux.

* The installation script now install rustc to `rustc/bin` in the local
  directory to have parallel builds on buildbot.

* The tests now store all their temporary state locally in the build directory
  to enable parallel builds on buildbot.

* A shell test is ignored which assumed the presence of a TTY output.
@bors bors merged commit e0e2724 into rust-lang:master Jun 27, 2014
@alexcrichton alexcrichton deleted the buildbot branch June 27, 2014 03:43
bors added a commit to alexcrichton/cargo that referenced this pull request Sep 2, 2014
* The installation script was modified to recognize when its running on windows,
  as well as tweaking how it downloads and installs snapshots. The goal here was
  to make the script runnable on buildbot for mac/linux/windows with 32/64 bit
  options on mac/linux.

* The installation script now install rustc to `rustc/bin` in the local
  directory to have parallel builds on buildbot.

* The tests now store all their temporary state locally in the build directory
  to enable parallel builds on buildbot.

* A shell test is ignored which assumed the presence of a TTY output.
ehuss pushed a commit to ehuss/cargo that referenced this pull request Nov 19, 2023
This commit pulls in `clap` to have a location to actually insert a CLI for
`cargo fix` itself. This'll hopefully allow us to continue to configure
cargo-fix's behavior while also allowing passing arguments down to Cargo.

This starts out by adding a `--broken-code` option which can be used to specify
that previously broken code should be fixed, despite it being originally
broken.

Closes rust-lang#70
Closes rust-lang#71
Closes rust-lang#84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants