gecko-dev/browser/config/mozconfigs/win32/rusttests
Mike Hommey 99e603f883 Bug 1524186 - Disable clang plug on Windows rusttest builds. r=ted
Like bug 1505072 did on other platforms. The rust tests don't go through
the whole build system, and even when the clang plugin is enabled, they
don't build it.  So when passing compiler flags down through cargo, the
arguments enabling the plugin are passed, and compilation of C/C++ code
from cargo subsequently fails.

Differential Revision: https://phabricator.services.mozilla.com/D18178

--HG--
extra : moz-landing-system : lando
2019-01-31 21:10:00 +00:00

8 lines
173 B
Plaintext

MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_PACKAGE_TESTS=0
MOZ_AUTOMATION_L10N_CHECK=0
. "$topsrcdir/browser/config/mozconfigs/win32/nightly"
unset ENABLE_CLANG_PLUGIN