mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
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 |
||
---|---|---|
.. | ||
python.ini | ||
symbolstore.py | ||
unit-symbolstore.py | ||
upload_symbols.py |