Skip to content

Commit 336a613

Browse files
committed
remove old autosd toolchain usage
Signed-off-by: Leonardo Rossetti <lrossett@redhat.com>
1 parent 9392d33 commit 336a613

2 files changed

Lines changed: 0 additions & 67 deletions

File tree

MODULE.bazel.lock

Lines changed: 0 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel_common/score_gcc_toolchains.MODULE.bazel

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,6 @@ gcc.toolchain(
3838
target_os = "linux",
3939
use_default_package = True,
4040
)
41-
42-
bazel_dep(name = "os_autosd_toolchain", version = "0.0.1")
43-
44-
# override with git
45-
git_override(
46-
module_name = "os_autosd_toolchain",
47-
commit = "71324b1502db978001cc5c11a46fcb603b401ce6",
48-
remote = "https://github.com/eclipse-score/inc_os_autosd.git",
49-
strip_prefix = "toolchain",
50-
)
51-
52-
autosd_10_gcc = use_extension("@os_autosd_toolchain//autosd_10_gcc:extensions.bzl", "autosd_10_gcc_extension")
53-
use_repo(autosd_10_gcc, "autosd_10_gcc_repo")
54-
55-
# Register the RPM toolchain
56-
# rpm_toolchain = use_extension("@rules_rpm//toolchain:extensions.bzl", "rpm_toolchain")
57-
# use_repo(rpm_toolchain, "rpm_toolchain")
58-
5941
use_repo(
6042
gcc,
6143
"score_autosd10_x86_64_toolchain",

0 commit comments

Comments
 (0)