Make the new toolchain actually usable

This commit is contained in:
2025-07-14 23:03:22 +02:00
parent 452569ef60
commit 3a28f8f5b2
107 changed files with 185 additions and 157 deletions

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause
module(name = "asl", version = "0.5.0")
module(name = "asl", version = "0.5.1")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(name = "rules_license", version = "1.0.0")
@ -17,9 +17,5 @@ python.toolchain(python_version = "3.13", is_default = True)
clang_toolchain = use_extension("//bazel/clang_toolchain:config_detection.bzl", "clang_toolchain")
use_repo(clang_toolchain, "clang_toolchain")
register_toolchains(
"@clang_toolchain//:windows_x86_64_toolchain_def",
"@clang_toolchain//:linux_x86_64_toolchain_def",
"@clang_toolchain//:linux_aarch64_toolchain_def",
)
register_toolchains("@clang_toolchain//:all")