diff --git a/bazel_common/score_modules_target_sw.MODULE.bazel b/bazel_common/score_modules_target_sw.MODULE.bazel index 9f55b32aee1..86ba1857320 100644 --- a/bazel_common/score_modules_target_sw.MODULE.bazel +++ b/bazel_common/score_modules_target_sw.MODULE.bazel @@ -64,11 +64,7 @@ git_override( bazel_dep(name = "score_lifecycle_health") git_override( module_name = "score_lifecycle_health", - commit = "caf5a187c79dd93b69b524a1da61edd7c3b68ac5", - patch_strip = 1, - patches = [ - "//patches/lifecycle:001-aarch64-fd-values.patch", - ], + commit = "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714", remote = "https://github.com/eclipse-score/lifecycle.git", ) diff --git a/known_good.json b/known_good.json index 5bed03af72b..708b6bfdcbd 100644 --- a/known_good.json +++ b/known_good.json @@ -85,10 +85,8 @@ }, "score_lifecycle_health": { "repo": "https://github.com/eclipse-score/lifecycle.git", - "hash": "caf5a187c79dd93b69b524a1da61edd7c3b68ac5", - "bazel_patches": [ - "//patches/lifecycle:001-aarch64-fd-values.patch" - ], + "hash": "654ac348e1cb9327e5c8c4d84fd0028ad3ef2714", + "bazel_patches": [], "metadata": { "code_root_path": "//score/...", "exclude_test_targets": [ diff --git a/patches/lifecycle/001-aarch64-fd-values.patch b/patches/lifecycle/001-aarch64-fd-values.patch deleted file mode 100644 index c8583b84df9..00000000000 --- a/patches/lifecycle/001-aarch64-fd-values.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/score/launch_manager/src/daemon/src/osal/ipc_comms.hpp b/score/launch_manager/src/daemon/src/osal/ipc_comms.hpp -index 725dc62b..a1b2c3d4 100644 ---- a/score/launch_manager/src/daemon/src/osal/ipc_comms.hpp -+++ b/score/launch_manager/src/daemon/src/osal/ipc_comms.hpp -@@ -70,7 +70,7 @@ struct IpcCommsSync final - /// @brief Constant for the synchronization file descriptor. - /// The `sync_fd` is a constant representing the file descriptor used for synchronization - /// during communication. It is set to a value of 3 by default. -- static const int sync_fd = 3; -+ static const int sync_fd = 111; - - /// @brief Constant for the file descriptor used to signal state transitions - /// The semaphore used to signal state transitions is stored in an unlinked shared memory area. This requires diff --git a/patches/lifecycle/BUILD b/patches/lifecycle/BUILD deleted file mode 100644 index e69de29bb2d..00000000000