Skip to content

Commit c11b14f

Browse files
authored
Freeze version of autosd (#201)
1 parent a548374 commit c11b14f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bazel_common/score_basic_bazel.MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ bazel_dep(name = "rules_pkg", version = "1.2.0")
1818
bazel_dep(name = "rules_rpm", version = "0.1.0")
1919
git_override(
2020
module_name = "rules_rpm",
21-
branch = "main",
21+
commit = "71324b1502db978001cc5c11a46fcb603b401ce6",
2222
remote = "https://github.com/eclipse-score/inc_os_autosd.git",
23-
strip_prefix = "rpm",
23+
strip_prefix = "toolchain/rpm",
2424
)
2525

2626
bazel_dep(name = "flatbuffers", version = "25.9.23")

bazel_common/score_gcc_toolchains.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bazel_dep(name = "os_autosd_toolchain", version = "0.0.1")
4040
# override with git
4141
git_override(
4242
module_name = "os_autosd_toolchain",
43-
branch = "main",
43+
commit = "71324b1502db978001cc5c11a46fcb603b401ce6",
4444
remote = "https://github.com/eclipse-score/inc_os_autosd.git",
4545
strip_prefix = "toolchain",
4646
)

0 commit comments

Comments
 (0)