Skip to content

Commit 42231c1

Browse files
Bump lifecycle and remove patch (#288)
1 parent d9934de commit 42231c1

4 files changed

Lines changed: 3 additions & 22 deletions

File tree

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ git_override(
6464
bazel_dep(name = "score_lifecycle_health")
6565
git_override(
6666
module_name = "score_lifecycle_health",
67-
commit = "caf5a187c79dd93b69b524a1da61edd7c3b68ac5",
68-
patch_strip = 1,
69-
patches = [
70-
"//patches/lifecycle:001-aarch64-fd-values.patch",
71-
],
67+
commit = "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714",
7268
remote = "https://github.com/eclipse-score/lifecycle.git",
7369
)
7470

known_good.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@
8585
},
8686
"score_lifecycle_health": {
8787
"repo": "https://github.com/eclipse-score/lifecycle.git",
88-
"hash": "caf5a187c79dd93b69b524a1da61edd7c3b68ac5",
89-
"bazel_patches": [
90-
"//patches/lifecycle:001-aarch64-fd-values.patch"
91-
],
88+
"hash": "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714",
89+
"bazel_patches": [],
9290
"metadata": {
9391
"code_root_path": "//score/...",
9492
"exclude_test_targets": [

patches/lifecycle/001-aarch64-fd-values.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

patches/lifecycle/BUILD

Whitespace-only changes.

0 commit comments

Comments
 (0)