diff options
author | Adin Scannell <ascannell@google.com> | 2021-01-08 18:01:05 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-08 18:03:17 -0800 |
commit | 0c99ab70905fa4eaf8bc7b0ca846e12d7bbc6e39 (patch) | |
tree | 426d2500979192e3d32778bdb492f54119303856 /tools/bazeldefs/defs.bzl | |
parent | 70de1db82e9d3b2c4491031f1f8a9c5a5830c7c0 (diff) |
Support releasing aarch64 builds.
This change works around an issue in rules_pkg, described here:
https://github.com/bazelbuild/rules_pkg/pull/263
PiperOrigin-RevId: 350869030
Diffstat (limited to 'tools/bazeldefs/defs.bzl')
-rw-r--r-- | tools/bazeldefs/defs.bzl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bazeldefs/defs.bzl b/tools/bazeldefs/defs.bzl index 58ced5167..7875bbaea 100644 --- a/tools/bazeldefs/defs.bzl +++ b/tools/bazeldefs/defs.bzl @@ -7,6 +7,7 @@ build_test = _build_test bzl_library = _bzl_library more_shards = 4 most_shards = 8 +version = "//tools/bazeldefs:version" def short_path(path): return path |