gecko-dev/toolkit/crashreporter/tools
Mitchell Hentges cc7cb3e735 Bug 1759084: Don't redundantly activate site in upload_symbols.py r=ahal
`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
2022-03-22 19:44:13 +00:00
..
python.ini
symbolstore.py Bug 1759833 - Make symbolstore.py chatty when dump_syms prints out errors r=glandium 2022-03-22 10:30:51 +00:00
unit-symbolstore.py
upload_symbols.py Bug 1759084: Don't redundantly activate site in upload_symbols.py r=ahal 2022-03-22 19:44:13 +00:00