commit | 38a48fc81e66977005cb5825f79037c5d2e6a122 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <[email protected]> | Wed Nov 17 00:48:02 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Nov 17 00:48:02 2021 |
tree | 00ab9714334f460488b297b68be5b9d8e2bf54d6 | |
parent | ea6611674c916a7cfb84f4259a2dd557b6db4ed5 [diff] [blame] |
Adjust pandas tag matching Removes all the match_tag entries for the pandas module in .vpython3 and adds a not_match_tag entry for linux_arm64 since it is needed by all other platforms and all platforms use the same version. Bug: 1270767 Change-Id: I9eceadc109543f102b341c4ec183ef0dbd381f8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3285927 Commit-Queue: Brian Sheedy <[email protected]> Auto-Submit: Brian Sheedy <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Cr-Commit-Position: refs/heads/main@{#942374}
diff --git a/.vpython3 b/.vpython3 index 0a9aa38..450470f 100644 --- a/.vpython3 +++ b/.vpython3
@@ -387,19 +387,7 @@ wheel: < name: "infra/python/wheels/pandas/${vpython_platform}" version: "version:1.3.2.chromium.1" - match_tag: < - platform: "win32" - > - match_tag: < - platform: "win_amd64" - > - match_tag: < - platform: "manylinux1_i686" - > - match_tag: < - platform: "manylinux1_x86_64" - > - match_tag: < - platform: "macosx_10_6_intel" + not_match_tag: < + platform: "linux_aarch64" > >