Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`./mach check` errors while `./mach build --dev` builds. #23513
Labels
Comments
|
Bleah, that's a regression from #23451. You can work around with with |
|
How does one fix this? Is it a matter of invoking cargo via the python scripts with the right feature flags? |
|
The answer is to hard code the features flag in the python that invokes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I currently have a successfully building Servo with
./mach build --dev:But
./mach checkfails:Not sure if I'm doing something wrong?
I'm running: