enable fetch and gclient to run on z/OS part 1

See https://issues.chromium.org/issues/323790693#comment12 for the manual steps still required.

R=gavinmak@google.com

Bug: 323790693
Change-Id: Id0ac2d8a6027cbb5e0554574471c160d5fae807c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5277474
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
This commit is contained in:
Gaby Baghdadi
2024-02-22 21:43:46 +00:00
committed by LUCI CQ
parent 7b4fb3d22d
commit 9d64acedea
6 changed files with 13 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ PLATFORM_MAPPING = {
'win32': 'win',
'aix6': 'aix',
'aix7': 'aix',
'zos': 'zos',
}