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

Remove the environment variables for debug assertions #534

Merged
merged 1 commit into from Nov 6, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Remove enviroment variables for debug assertions (reverts #480)

This reverts commit 97d8768. Follow up
to #14025 servo issue. Adds linux-rel-wpt and linux-rel-css in place of
linux-rel
  • Loading branch information
Rohit Burra
Rohit Burra committed Nov 6, 2016
commit dea92f7e419b08e144ab3e993cc3f9ee1c582d28
@@ -77,10 +77,6 @@ def without(self, to_unset):
'SHELL': '/bin/bash',
})

build_linux_rel_debug_assert = build_linux + Environment({
'SERVO_ENABLE_DEBUG_ASSERTIONS': '1',
})

build_android = build_linux + Environment({
'ANDROID_NDK': '{{ common.servo_home }}/android/ndk/current/',
'ANDROID_SDK': '{{ common.servo_home }}/android/sdk/current/',
@@ -157,10 +157,8 @@ c['builders'] = [
DynamicServoBuilder("arm64", CROSS_SLAVES, envs.build_arm64),
DynamicServoBuilder("linux-dev", LINUX_SLAVES, envs.build_linux),
DynamicServoBuilder("linux-nightly", LINUX_SLAVES, envs.build_linux),
DynamicServoBuilder("linux-rel-css", LINUX_SLAVES,
envs.build_linux_rel_debug_assert),
DynamicServoBuilder("linux-rel-wpt", LINUX_SLAVES,
envs.build_linux_rel_debug_assert),
DynamicServoBuilder("linux-rel-wpt", LINUX_SLAVES, envs.build_linux),
DynamicServoBuilder("linux-rel-css", LINUX_SLAVES, envs.build_linux),
DynamicServoBuilder("linux-rel-intermittent", LINUX_SLAVES,
envs.build_linux),
DynamicServoBuilder("mac-dev-unit", MAC_SLAVES, envs.build_mac),
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.