commit | 891084ea8d66a1f777a733467821165d1f64851f | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Apr 04 17:52:28 2022 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 04 17:52:28 2022 -0700 |
tree | 34d9ecc501b83c3d5e4a8f498b4adbc0f3b55839 | |
parent | dcfeecf20203f0132c3344c34ccb622236006f81 [diff] [blame] |
Upgrade Bazel version to 5.1.0. (#8765) Bazel 5.1.0 (https://blog.bazel.build/2022/03/24/bazel-5.1.html) added an experimental version of `cc_shared_library` behind the `experimental_cc_shared_library` flag. TensorFlow updated to Bazel 5.1.0 in https://github.com/tensorflow/tensorflow/commit/d01c0796aa461495ed0860b8cfe76db5b0f9914b and is using that flag and feature. This updates IREE's Bazel version to 5.1.0 to match TensorFlow, and includes the newly required (thanks, TF) flag to our .bazelrc. I did _not_ update the Docker image used for releases. We'll need something like https://github.com/stellaraccident/manylinux-bazel/commit/9937d5b5c1ca66136da1f25cf6f6470de20c9b58 for that.
diff --git a/.bazelversion b/.bazelversion index 0062ac9..831446c 100644 --- a/.bazelversion +++ b/.bazelversion
@@ -1 +1 @@ -5.0.0 +5.1.0