Skip to content

Commit 56026fa

Browse files
committed
remove rpm toolchain from root toolchain defintion
Signed-off-by: Leonardo Rossetti <[email protected]>
1 parent 1499ddf commit 56026fa

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

score_toolchains.MODULE.bazel

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,3 @@ gcc.warning_flags(
5050
)
5151
use_repo(gcc, "gcc_toolchain", "gcc_toolchain_gcc")
5252
register_toolchains("@gcc_toolchain//:all")
53-
54-
# AutoSD Toolchain
55-
bazel_dep(name = "os_autosd_toolchain", version = "0.0.1")
56-
git_override(
57-
module_name = "os_autosd_toolchain",
58-
remote = "https://github.com/odra/inc_os_autosd.git",
59-
branch = "repo-new-structure",
60-
strip_prefix = "toolchain"
61-
)
62-
63-
autosd_10_gcc = use_extension("@os_autosd_toolchain//autosd_10_gcc:extensions.bzl", "autosd_10_gcc_extension")
64-
use_repo(autosd_10_gcc, "autosd_10_gcc_repo")
65-
register_toolchains("@autosd_10_gcc_repo//:gcc_toolchain_linux_x86_64")
66-
67-
# Register the RPM toolchain
68-
rpm_toolchain = use_extension("@rules_rpm//toolchains:extensions.bzl", "rpm_toolchain")
69-
use_repo(rpm_toolchain, "rpm_toolchain")
70-
register_toolchains("@rules_rpm//toolchains:linux_x86_64")

0 commit comments

Comments
 (0)