mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Account check would become too slow. We'll check RBE project to use instead. On corp machine, our policy to use @google.com account and rbe-chrome-untrusted to build chromium/chrome. We don't allow rbe-chromium-untrusted with @chromium.org on corp machine. On non-corp machine, user couldn't use rbe-chrome-untrusted because it's @google.com only, and corp security policy doesn't allow @google.com account on non-corp machine. Bug: b/364318216 Change-Id: I0f3a19e105b050aef6a62e1b25b45b1722382a34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5848450 Reviewed-by: Scott Lee <ddoman@chromium.org> Reviewed-by: Michael Savigny <msavigny@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> Reviewed-by: Philipp Wollermann <philwo@google.com>
83 lines
2.1 KiB
Plaintext
83 lines
2.1 KiB
Plaintext
python_version: "3.11"
|
|
|
|
# The default set of platforms vpython checks for does not yet include mac-arm64.
|
|
# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
|
|
# allows us to ensure that vpython specs stay mac-arm64-friendly
|
|
verify_pep425_tag: [
|
|
{python: "cp311", abi: "cp311", platform: "manylinux1_x86_64"},
|
|
{python: "cp311", abi: "cp311", platform: "linux_arm64"},
|
|
|
|
{python: "cp311", abi: "cp311", platform: "macosx_10_10_intel"},
|
|
{python: "cp311", abi: "cp311", platform: "macosx_11_0_arm64"},
|
|
|
|
{python: "cp311", abi: "cp311", platform: "win32"},
|
|
{python: "cp311", abi: "cp311", platform: "win_amd64"}
|
|
]
|
|
|
|
# Used by:
|
|
# auth.py
|
|
# gerrit_util.py
|
|
# git_cl.py
|
|
# my_activity.py
|
|
# TODO(crbug.com/1002153): Add ninjalog_uploader.py
|
|
wheel: <
|
|
name: "infra/python/wheels/httplib2-py3"
|
|
version: "version:0.13.1"
|
|
>
|
|
wheel: <
|
|
name: "infra/python/wheels/six-py2_py3"
|
|
version: "version:1.10.0"
|
|
>
|
|
|
|
# Used by:
|
|
# presubmit_support.py
|
|
wheel: <
|
|
name: "infra/python/wheels/requests-py3"
|
|
version: "version:2.31.0"
|
|
>
|
|
wheel: <
|
|
name: "infra/python/wheels/charset_normalizer-py3"
|
|
version: "version:2.0.4"
|
|
>
|
|
wheel: <
|
|
name: "infra/python/wheels/urllib3-py2_py3"
|
|
version: "version:1.26.6"
|
|
>
|
|
wheel: <
|
|
name: "infra/python/wheels/idna-py2_py3"
|
|
version: "version:2.8"
|
|
>
|
|
wheel: <
|
|
name: "infra/python/wheels/brotli/${vpython_platform}"
|
|
version: "version:1.0.9"
|
|
# TODO(crbug.com/359654093): Setup RISC-V wheel builder
|
|
not_match_tag: {python: "cp311", abi: "cp311", platform: "linux_riscv64"},
|
|
>
|
|
|
|
# Used by:
|
|
# presubmit_canned_checks.py (via zoneinfo)
|
|
wheel: <
|
|
name: "infra/python/wheels/tzdata-py2_py3"
|
|
version: "version:2023.4"
|
|
>
|
|
|
|
# Used by:
|
|
# my_activity.py
|
|
wheel: <
|
|
name: "infra/python/wheels/python-dateutil-py2_py3"
|
|
version: "version:2.7.3"
|
|
>
|
|
|
|
# May be required to talk to 3P servers.
|
|
# Fixes https://crbug.com/1255921
|
|
wheel: <
|
|
name: "infra/python/wheels/certifi-py2_py3"
|
|
version: "version:2021.5.30"
|
|
>
|
|
|
|
# Used by:
|
|
# tests/autoninja_test.py
|
|
wheel: <
|
|
name: "infra/python/wheels/parameterized-py2_py3"
|
|
version: "version:0.8.1"
|
|
> |