blob: 9e63bcf4ba978c8e8e9f269969881779459421b3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
MOZ_AUTOMATION_BUILD_SYMBOLS=0
mk_add_options MOZ_MAKE_FLAGS=--output-sync=line
. "$topsrcdir/browser/config/mozconfigs/linux64/nightly"
unset ENABLE_CLANG_PLUGIN
# Test geckodriver, which isn't built as part of the build jobs
ac_add_options --enable-geckodriver
|