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

Use a stable compiler for build-geckolib #12319

Merged
merged 8 commits into from Jul 9, 2016

Move ports/geckolib/target to target/geckolib

  • Loading branch information
SimonSapin committed Jul 8, 2016
commit 24575ff226301d54091851c6638e900835a7f72f
@@ -6,7 +6,6 @@
/ports/android/libs
/ports/android/local.properties
/ports/android/obj
/ports/geckolib/target
/python/_virtualenv
/python/tidy/servo_tidy.egg-info
*~
@@ -332,7 +332,7 @@ def build_geckolib(self, jobs=None, verbose=False, release=False):
opts += ["--release"]

env = self.build_env()
env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "ports/geckolib/target")
env["CARGO_TARGET_DIR"] = path.join(self.context.topdir, "target", "geckolib")

build_start = time()
with cd(path.join("ports", "geckolib")):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.