зеркало из https://github.com/mozilla/gecko-dev.git
cc7cb3e735
`upload_symbols.py` is always executed within a Mach site (otherwise activating the `common` command site would fail), therefore re-activating `common` is redundant. Note that `zstandard` is available from the system python, but only some upload-symbols jobs were using it - the "use system python" inference was not finding `zstandard` on Linux workers because they didn't have `pip` installed. So, I've explicitly set the "native packages source" to "SYSTEM" to force them to find and use it. Differential Revision: https://phabricator.services.mozilla.com/D140982 |
||
---|---|---|
.. | ||
ci | ||
docker | ||
docs | ||
gecko_taskgraph | ||
scripts | ||
test | ||
.yamllint | ||
mach_commands.py | ||
moz.build |