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

Allow `./mach build` to enable Servo's headless mode #7734

Merged
merged 2 commits into from Dec 4, 2015

Commits on Dec 3, 2015

  1. Allow `./mach build` to enable Servo's headless mode

    As mentioned in #7512 and #7637, the environment variable SERVO_HEADLESS
    enables building the OSMesa version of Servo when it is set to 1.
    
    Instead, this should be a command line option to mach's build command.
    
    Fixes #7637.
    nerith committed Dec 3, 2015
  2. Allow `./mach build-tests` to enable Servo's headless mode

    This allows mach's build-tests command to use the option --headless
    instead of checking for the value of SERVO_HEADLESS.
    nerith committed Dec 3, 2015
You can’t perform that action at this time.