Bug 1183850 - Enable rust for macosx64 Nightly and Dev. r=mshal

Add a mozconfig fragment enabling rust on mac builds.

Include it in the official integration mozconfig files only.
Developer checkouts don't require rust.
This commit is contained in:
Ralph Giles 2015-07-09 15:39:03 -07:00
parent 20f1d85f17
commit a1327320cf
3 changed files with 7 additions and 0 deletions

View File

@ -20,5 +20,6 @@ export MOZ_PACKAGE_JSSHELL=1
ac_add_options --with-branding=browser/branding/nightly
. "$topsrcdir/build/macosx/mozconfig.rust"
. "$topsrcdir/build/mozconfig.common.override"
. "$topsrcdir/build/mozconfig.cache"

View File

@ -18,5 +18,6 @@ export MOZ_PACKAGE_JSSHELL=1
ac_add_options --with-branding=browser/branding/nightly
. "$topsrcdir/build/macosx/mozconfig.rust"
. "$topsrcdir/build/mozconfig.common.override"
. "$topsrcdir/build/mozconfig.cache"

View File

@ -0,0 +1,5 @@
# Options to enable rust in automation builds.
RUSTC="$topsrcdir/rustc/bin/rustc"
mk_add_options "export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$topsrcdir/rustc/lib"
ac_add_options --enable-rust