File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -50,21 +50,3 @@ gcc.warning_flags(
5050)
5151use_repo(gcc, "gcc_toolchain", "gcc_toolchain_gcc")
5252register_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")
You can’t perform that action at this time.
0 commit comments