зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1364428 - Disable stylo for static analysis builds that use llvm38; r=froydnj
This commit is contained in:
Родитель
4d7d95016d
Коммит
40e3831e71
|
@ -7,6 +7,9 @@ MOZ_AUTOMATION_L10N_CHECK=0
|
|||
ac_add_options --enable-debug
|
||||
ac_add_options --enable-dmd
|
||||
|
||||
# Disable stylo until bug 1356926 is fixed and we have >= llvm39 on centos.
|
||||
ac_add_options --disable-stylo
|
||||
|
||||
# Use Clang as specified in manifest
|
||||
export CC="$topsrcdir/clang/bin/clang"
|
||||
export CXX="$topsrcdir/clang/bin/clang++"
|
||||
|
|
|
@ -6,6 +6,9 @@ MOZ_AUTOMATION_L10N_CHECK=0
|
|||
|
||||
ac_add_options --enable-dmd
|
||||
|
||||
# Disable stylo until bug 1356926 is fixed and we have >= llvm39 on centos.
|
||||
ac_add_options --disable-stylo
|
||||
|
||||
# Use Clang as specified in manifest
|
||||
CC="$topsrcdir/clang/bin/clang"
|
||||
CXX="$topsrcdir/clang/bin/clang++"
|
||||
|
|
Загрузка…
Ссылка в новой задаче