Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,260 changes: 1,250 additions & 10 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions bazel_common/score_modules_target_sw.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,7 @@ single_version_override(
bazel_dep(name = "score_lifecycle")
single_version_override(
module_name = "score_lifecycle",
patch_strip = 1,
patches = [
"//patches/lifecycle:001-score-tooling-not-dev-dependency.patch",
"//patches/lifecycle:002-remove-hedron-compile-commands.patch",
"//patches/lifecycle:003-doc-dependencies-not-dev.patch",
"//patches/lifecycle:004-lower-quick-start-heading.patch",
],
version = "0.6.0",
version = "0.6.1",
)

bazel_dep(name = "score_logging")
Expand Down
10 changes: 2 additions & 8 deletions known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,13 @@
},
"score_lifecycle": {
"repo": "https://github.com/eclipse-score/lifecycle.git",
"bazel_patches": [
"//patches/lifecycle:001-score-tooling-not-dev-dependency.patch",
"//patches/lifecycle:002-remove-hedron-compile-commands.patch",
"//patches/lifecycle:003-doc-dependencies-not-dev.patch",
"//patches/lifecycle:004-lower-quick-start-heading.patch"
],
"metadata": {
"code_root_path": "//score/...",
"exclude_test_targets": [
"//score/health_monitor/src/rust:miri_tests"
]
},
"version": "0.6.0"
"version": "0.6.1"
},
"score_logging": {
"repo": "https://github.com/eclipse-score/logging.git",
Expand Down Expand Up @@ -209,4 +203,4 @@
}
},
"timestamp": "2026-08-28T09:19:12Z"
}
}
6 changes: 0 additions & 6 deletions patches/lifecycle/001-score-tooling-not-dev-dependency.patch

This file was deleted.

17 changes: 0 additions & 17 deletions patches/lifecycle/002-remove-hedron-compile-commands.patch

This file was deleted.

8 changes: 0 additions & 8 deletions patches/lifecycle/003-doc-dependencies-not-dev.patch

This file was deleted.

7 changes: 0 additions & 7 deletions patches/lifecycle/004-lower-quick-start-heading.patch

This file was deleted.

Empty file removed patches/lifecycle/BUILD
Empty file.
Loading