Skip to content

Commit bd38529

Browse files
committed
base: cvd: MODULE.bazel: upgrade clang version to 19.1.7
Debian Trixie (13) is already released as a new stable release. Currently andorid-cuttlefish doesn't build on Trixie because the clang it uses depends on libtinfo5. Upgrading to 19.1.7 solves the issue and thus we can remove the dependencies of libtinfo5. This commit is tested to be built on both Debian Trixie and Bookworm. Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
1 parent 0df3b14 commit bd38529

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

base/cvd/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ git_override(
9797

9898
llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm")
9999
llvm.toolchain(
100-
llvm_version = "18.1.8",
100+
llvm_version = "19.1.7",
101101
)
102102

103103
use_repo(llvm, "llvm_toolchain")

base/debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Build-Depends: bazel [amd64],
2121
libprotobuf-dev,
2222
libsrtp2-dev,
2323
libssl-dev,
24-
libtinfo5,
2524
libxml2-dev,
2625
libz3-dev,
2726
pkgconf,

0 commit comments

Comments
 (0)