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

Add a CI test that verifies that `mach check` works #23659

Closed
jdm opened this issue Jun 28, 2019 · 2 comments
Closed

Add a CI test that verifies that `mach check` works #23659

jdm opened this issue Jun 28, 2019 · 2 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Jun 28, 2019

We keep breaking it when playing around with cargo features. We should stop breaking it!

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Jun 28, 2019

There’s a bunch of logic in ./mach build before calling cargo build. Most of it should likely apply to ./mach check as well.

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Jun 29, 2019

Also ./mach doc has similar logic that should be unified with both build and check. Compare:

if "raqote_backend" not in features:
features += ["azure_backend"]

params += ["--features", "azure_backend"]

bors-servo added a commit that referenced this issue Jul 2, 2019
Share more `./mach build` logic with mach check, doc, test-unit

Fixes #23659

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23676)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jul 2, 2019
Share more `./mach build` logic with mach check, doc, test-unit

Fixes #23659

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23676)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jul 2, 2019
Share more `./mach build` logic with mach check, doc, test-unit

Fixes #23659

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23676)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jul 3, 2019
Share more `./mach build` logic with mach check, doc, test-unit

Fixes #23659

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23676)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jul 3, 2019
Share more `./mach build` logic with mach check, doc, test-unit

Fixes #23659

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23676)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.