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 upCompilation doesn't complete in one step. #22922
Closed
Comments
|
After running this command multiple times it appears that mach tries to build these different components in parallel and only the first couple are able to complete. See loading bar for try #5
and loading bar for try #7
|
|
Finally finished build after 11 calls to |
|
This looks like maybe a Cargo bug? Possible work-arounds to try:
|
|
disabling parallelism fixed the issue. Thanks Simon! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using a clean docker build from janitor.technology to build Servo. Every time I run
./mach build -dservo partially compiles then fails because itFailed to delete invalidated or incompatible incremental compilation session.