Bug 1379339 - Enable stylo in macOS automation builds. r?gps draft
authorRalph Giles <giles@mozilla.com>
Fri, 07 Jul 2017 18:42:01 -0700
changeset 605602 a8ea398eddb0b09b73118ee22a5471279b19946a
parent 605596 548682578a20fa0618cc42b35f3fd4cacf944ef3
child 636544 a3deb549ee3aec76bd682de207386ceccf21d179
push id67465
push userbmo:giles@thaumas.net
push dateSat, 08 Jul 2017 02:57:47 +0000
reviewersgps
bugs1379339
milestone56.0a1
Bug 1379339 - Enable stylo in macOS automation builds. r?gps Enable stylo in Firefox Nightly builds for macOS so we can get testing feedback until we have addressed issues blocking enabling it for developer builds. MozReview-Commit-ID: 3y0QT4oiBpt
build/macosx/mozconfig.common
--- a/build/macosx/mozconfig.common
+++ b/build/macosx/mozconfig.common
@@ -1,5 +1,9 @@
 if test `uname -s` = Linux; then
   . $topsrcdir/build/macosx/cross-mozconfig.common
 else
   . $topsrcdir/build/macosx/local-mozconfig.common
 fi
+
+# Enable stylo in automation builds.
+# Can be removed after bug 1375774 is resolved.
+ac_add_options --enable-stylo=build