зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1611231 - Add a note about rewrite_includes_only to sccache-dist docs. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D60879 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
3f7b6fbc94
Коммит
5b0fdb451b
|
@ -198,10 +198,13 @@ Common questions/considerations
|
||||||
improvement should be observed.
|
improvement should be observed.
|
||||||
|
|
||||||
* My build output is incomprehensible due to a flood of warnings: clang will
|
* My build output is incomprehensible due to a flood of warnings: clang will
|
||||||
treat some warnings differently when its fed preprocessed code in a separate
|
treat some warnings differently when it's fed preprocessed code in a separate
|
||||||
invocation (preprocessing occurs locally with sccache-dist). See the
|
invocation (preprocessing occurs locally with sccache-dist). Adding
|
||||||
following note about disabling problematic warnings:
|
``rewrite_includes_only = true`` to the ``dist`` section of your client config
|
||||||
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Using_Icecream#I_get_build_failures_due_to_-Werror_when_building_remotely_but_not_when_building_locally
|
will improve this; however, setting this will cause build failures with a
|
||||||
|
commonly deployed version of ``glibc``. This option will default to ``true``
|
||||||
|
once the fix is more widely available. Details of this fix can be found
|
||||||
|
`here <https://sourceware.org/ml/libc-alpha/2019-11/msg00431.html>`_.
|
||||||
|
|
||||||
* My build fails with a message about incompatible versions of rustc between
|
* My build fails with a message about incompatible versions of rustc between
|
||||||
dependent crates: if you're using a custom toolchain check that the version
|
dependent crates: if you're using a custom toolchain check that the version
|
||||||
|
|
Загрузка…
Ссылка в новой задаче