Skip to content

Commit

Permalink
Test Bazel 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Jan 19, 2025
1 parent 45e2f7d commit f482c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devertexwahn/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.1
8.0.1
10 changes: 5 additions & 5 deletions devertexwahn/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ local_path_override(
# LLVM toolchain for bazel
#-------------------------------------------------------------------------------------

bazel_dep(name = "toolchains_llvm", version = "0.10.3")
bazel_dep(name = "toolchains_llvm", version = "1.2.0")
git_override(
module_name = "toolchains_llvm",
commit = "bba94f8138ab454d70afcd263788b34e2801e2ba",
commit = "bb3f7d0171129e8f168f51f3deebdbe010e2bf00",
remote = "https://github.com/bazel-contrib/toolchains_llvm.git",
)

Expand All @@ -157,9 +157,9 @@ bazel_dep(name = "rules_foreign_cc", version = "0.12.0")
llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm")

LLVM_VERSIONS = {
"": "16.0.0", # Default version 16.0.0
"darwin-aarch64": "16.0.5",
"darwin-x86_64": "15.0.7",
"": "19.1.3", # Default version 16.0.0
"darwin-aarch64": "19.1.3",
"darwin-x86_64": "19.1.3",
}

llvm.toolchain(
Expand Down

0 comments on commit f482c11

Please sign in to comment.