Bug 1364428 - Disable stylo for static analysis builds that use llvm38; r=froydnj

This commit is contained in:
Bobby Holley 2017-05-18 18:39:39 -04:00
Родитель 4d7d95016d
Коммит 40e3831e71
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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++"