Forked from
The Tor Project / Applications / Tor Browser
Source project has a limited visibility.
-
Mitchell Hentges authored
The `upload_geneated_sources.py` script needs `boto3`, but was: * Running in CI with Mach having a site-packages-source of `None` * Using the `common` site (which inherits Mach's site-packages-source) * Installing `boto3` outside of the knowledge of the centralized dependency system. Make a `upload-generated-sources` site, and move `boto3` to it. Differential Revision: https://phabricator.services.mozilla.com/D143715
Mitchell Hentges authoredThe `upload_geneated_sources.py` script needs `boto3`, but was: * Running in CI with Mach having a site-packages-source of `None` * Using the `common` site (which inherits Mach's site-packages-source) * Installing `boto3` outside of the knowledge of the centralized dependency system. Make a `upload-generated-sources` site, and move `boto3` to it. Differential Revision: https://phabricator.services.mozilla.com/D143715