environment.json 728 B

12345678910111213141516171819
  1. {
  2. "cipd_package_files": [
  3. "third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/cipd_setup/arm.json",
  4. "third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json",
  5. "scripts/setup/clang.json",
  6. "scripts/setup/python.json",
  7. "scripts/setup/zap.json"
  8. ],
  9. "virtualenv": {
  10. "gn_root": ".",
  11. "gn_targets": [":python_packages.install"],
  12. "requirements": ["scripts/setup/requirements.txt"],
  13. "constraints": ["scripts/setup/constraints.txt"],
  14. "gn_args": ["chip_crypto=\"boringssl\""]
  15. },
  16. "required_submodules": ["third_party/pigweed/repo"],
  17. "rosetta": "never",
  18. "gni_file": "build_overrides/pigweed_environment.gni"
  19. }