From e0c55e8b555d11f546f2982ca4b9f9c9d8c5b3fe Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Wed, 23 Sep 2026 14:41:20 +0200 Subject: [PATCH] chore: bump kyron --- bazel_common/score_modules_target_sw.MODULE.bazel | 6 +----- known_good.json | 5 +---- .../001-use-format-targets-new-location.patch | 14 -------------- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 patches/kyron/001-use-format-targets-new-location.patch diff --git a/bazel_common/score_modules_target_sw.MODULE.bazel b/bazel_common/score_modules_target_sw.MODULE.bazel index 96c595bd41f..5c0601c7dba 100644 --- a/bazel_common/score_modules_target_sw.MODULE.bazel +++ b/bazel_common/score_modules_target_sw.MODULE.bazel @@ -60,11 +60,7 @@ git_override( bazel_dep(name = "score_kyron") git_override( module_name = "score_kyron", - commit = "394b232a8db7fb77db0ff16e9c26ec31c7759efd", - patch_strip = 1, - patches = [ - "//patches/kyron:001-use-format-targets-new-location.patch", - ], + commit = "90fb90258f49f17a504d41262634d43608f28ccc", remote = "https://github.com/eclipse-score/kyron.git", ) diff --git a/known_good.json b/known_good.json index d10ac415a09..1ff2000dd5f 100644 --- a/known_good.json +++ b/known_good.json @@ -93,9 +93,6 @@ }, "score_kyron": { "repo": "https://github.com/eclipse-score/kyron.git", - "bazel_patches": [ - "//patches/kyron:001-use-format-targets-new-location.patch" - ], "metadata": { "code_root_path": "//src/...", "extra_test_config": [], @@ -104,7 +101,7 @@ "rust" ] }, - "hash": "394b232a8db7fb77db0ff16e9c26ec31c7759efd" + "hash": "90fb90258f49f17a504d41262634d43608f28ccc" }, "score_lifecycle": { "repo": "https://github.com/eclipse-score/lifecycle.git", diff --git a/patches/kyron/001-use-format-targets-new-location.patch b/patches/kyron/001-use-format-targets-new-location.patch deleted file mode 100644 index b47e4ef7413..00000000000 --- a/patches/kyron/001-use-format-targets-new-location.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/BUILD b/BUILD -index 0000000..0000000 100644 ---- a/BUILD -+++ b/BUILD -@@ -11,7 +11,8 @@ - # SPDX-License-Identifier: Apache-2.0 - # ******************************************************************************* - load("@score_docs_as_code//:docs.bzl", "docs") --load("@score_tooling//:defs.bzl", "copyright_checker", "dash_license_checker", "rust_coverage_report", "setup_starpls", "use_format_targets") -+load("@score_tooling//:defs.bzl", "copyright_checker", "dash_license_checker", "rust_coverage_report", "setup_starpls") -+load("@score_tooling//third_party/format:macros.bzl", "use_format_targets") - load("//:project_config.bzl", "PROJECT_CONFIG") - - setup_starpls(