[llvm] [bazel] update .bazelversion to 8.0.0 (PR #119425)
Nick Desaulniers via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 10:09:57 PST 2024
https://github.com/nickdesaulniers created https://github.com/llvm/llvm-project/pull/119425
Fixes:
ERROR: The project you're trying to build requires Bazel 7.3.0 (specified
in llvm-project/utils/bazel/.bazelversion), but it wasn't found in
/usr/bin.
You can install the required Bazel version via apt:
sudo apt update && sudo apt install bazel-7.3.0
If this doesn't work, check Bazel's installation instructions for help:
https://bazel.build/install/ubuntu
Link: https://blog.bazel.build/2024/12/09/bazel-8-release.html
>From 12fca092ecc7fa2c14c8e812deb948f1c0c3d7f6 Mon Sep 17 00:00:00 2001
From: Nick Desaulniers <ndesaulniers at google.com>
Date: Tue, 10 Dec 2024 10:08:25 -0800
Subject: [PATCH] [bazel] update .bazelversion to 8.0.0
Fixes:
ERROR: The project you're trying to build requires Bazel 7.3.0 (specified
in llvm-project/utils/bazel/.bazelversion), but it wasn't found in
/usr/bin.
You can install the required Bazel version via apt:
sudo apt update && sudo apt install bazel-7.3.0
If this doesn't work, check Bazel's installation instructions for help:
https://bazel.build/install/ubuntu
Link: https://blog.bazel.build/2024/12/09/bazel-8-release.html
---
utils/bazel/.bazelversion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/bazel/.bazelversion b/utils/bazel/.bazelversion
index 1502020768a7b4..ae9a76b9249ada 100644
--- a/utils/bazel/.bazelversion
+++ b/utils/bazel/.bazelversion
@@ -1 +1 @@
-7.3.0
+8.0.0
More information about the llvm-commits
mailing list