зеркало из https://github.com/mozilla/gecko-dev.git
4b85e11596
This patch changes a few different things: - The Docker image used for both scrapers are now based off of our standard Debian 10 image instead of an old Ubuntu one - Both images were changed to make it easy to work with them when an interactive task is used - The python packages used by the scripts had their versions pinned and cryptographic hashes have been recorded so that they can be verified before running the task - The dump_syms version used on Windows was bumped to include fixes that allow us to scrape public symbols from DLLs and EXEs that have no PDB file available - The maximum open file limit of the Window scraper was bumped up to cope with runs where we gather plenty of symbols in one go - Similarly the maximum number of symultaneous connections to a single symbol server has been limited to 4 to avoid being throttled - The macOS Python tools were modified to work with Python 3 Differential Revision: https://phabricator.services.mozilla.com/D95853 |
||
---|---|---|
.. | ||
Dockerfile | ||
requirements.txt |