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

Servo full recompilation when switching between desktop and mobile compilation targets #18050

Closed
MortimerGoro opened this issue Aug 11, 2017 · 1 comment
Labels

Comments

@MortimerGoro
Copy link
Contributor

@MortimerGoro MortimerGoro commented Aug 11, 2017

It seems that Servo does a full compilation when switching between mobile and desktop compilation targets.

Example after a finished android compilation:
./mach build --release --android : No need to compile anything
./mach build --release: Recompiles desktop.
./mach build --release --android: Recompiles everything again even if I force stop the previous command

Is there any way to avoid this?

@jdm jdm added the A-build label Aug 12, 2017
@nox
Copy link
Member

@nox nox commented Nov 27, 2018

Duplicate of #20380.

@jdm jdm closed this Nov 27, 2018
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.

None yet
3 participants
You can’t perform that action at this time.