Bug 1416996 - Just enable stylo builds for linux only. r=me
--- a/seamonkey/config.py
+++ b/seamonkey/config.py
@@ -674,17 +674,17 @@ PLATFORM_VARS = {
'stage_product': 'seamonkey',
'enable_pymake': True,
},
}
# bug 1416996 - Enable the building of stylo only for comm-central and
# only for linux, linux-debug and linux64
#
-PLATFORMS_TO_BUILD_STYLO = ['linux', 'linux-debug', 'linux64']
+PLATFORMS_TO_BUILD_STYLO = ['linux']
for plat in PLATFORMS_TO_BUILD_STYLO:
if plat.endswith('-debug'):
plat_with_stylo = "%s-stylo-%s" % tuple(plat.split("-"))
else:
plat_with_stylo = '%s-stylo' % plat
PLATFORM_VARS[plat_with_stylo] = deepcopy(PLATFORM_VARS[plat])
PLATFORM_VARS[plat_with_stylo].update(