diff options
author | Kevin Krakauer <krakauer@google.com> | 2021-05-06 15:01:09 -0700 |
---|---|---|
committer | Kevin Krakauer <krakauer@google.com> | 2021-05-06 15:01:09 -0700 |
commit | 66de003e19642b5d6eb6d3f7660ad638271f3477 (patch) | |
tree | 1a89bf2a084a86696b5e1ebcbf4a6f37713a0d2c /tools | |
parent | b8681e6093e5f818c385f83a91be545cc35e07a9 (diff) |
fix build constraints
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bazeldefs/tags.bzl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/bazeldefs/tags.bzl b/tools/bazeldefs/tags.bzl index f5d7a7b21..6564c3b25 100644 --- a/tools/bazeldefs/tags.bzl +++ b/tools/bazeldefs/tags.bzl @@ -33,6 +33,10 @@ archs = [ "_s390x", "_sparc64", "_x86", + + # Pseudo-architectures to group by word side. + "_32bit", + "_64bit", ] oses = [ |