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

Move the root Cargo.toml to components/servo, and warn when Cargo is run directly #4140

Merged
merged 7 commits into from Dec 3, 2014

Commits on Dec 3, 2014

  1. Have `./mach cargo` not change to `components/servo`.

    `ports/android/glut` relies on it executing on the current directory.
    SimonSapin committed Dec 3, 2014
  2. Don’t try to run unit tests for the servo crate.

    There are none, but the contenttest program fails with:
    
    ```
    task '<main>' panicked at 'Required option 'source-dir' missing.', ../../tests/contenttest.rs:48
    ```
    SimonSapin committed Dec 3, 2014
  3. More target path fixup.

    SimonSapin committed Dec 3, 2014
You can’t perform that action at this time.