gecko-dev/build/sparse-profiles/mach
Mitchell Hentges 23cbe80fd0 Bug 1724274: Move virtualenv dependency manifests to python/virtualenvs r=ahal
This is needed for a few reasons:
* All mach commands can use virtualenvs, not just `build`-related
  commands, so the files don't make sense to be in `build/`.
* When locking is added, more files associated with virtualenvs will be
  added, and this will change will ease the related directory structure
  setup.
* This removes the need for a redundant "_virtualenv_packages" keyword
  as part of the manifest filenames.

Differential Revision: https://phabricator.services.mozilla.com/D140382
2022-03-24 14:04:34 +00:00

20 lines
665 B
Plaintext

[include]
# Various mach commands call config.guess to resolve the default objdir name.
path:build/autoconf/config.guess
path:build/autoconf/config.sub
path:build/moz.configure/checks.configure
path:build/moz.configure/init.configure
path:build/moz.configure/util.configure
# Used for bootstrapping the mach driver.
path:build/mach_initialize.py
path:build/psutil_requirements.txt
path:build/zstandard_requirements.txt
path:mach
# Various dependencies. There is room to trim fat, especially in
# third_party/python.
path:python/
path:testing/mozbase/
path:third_party/python/
# certifi is needed for Sentry
path:testing/web-platform/tests/tools/third_party/certifi