From 178813bae45f096df3f5e0155ddc40ac685ab3ef Mon Sep 17 00:00:00 2001 From: Hafiz Muhammad Luqman Date: Thu, 23 Apr 2026 16:54:12 +0200 Subject: [PATCH 1/2] Fix: updated the dependency version and com tracing lib flag Signed-off-by: Hafiz Muhammad Luqman --- .bazelrc | 3 ++- MODULE.bazel | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.bazelrc b/.bazelrc index acc86ba..dd1a15d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -20,7 +20,8 @@ build --workspace_status_command=$(pwd)/bazel_stamp_vars.sh build:_common --@score_baselibs//score/mw/log/flags:KRemote_Logging=False build:_common --@score_baselibs//score/json:base_library=nlohmann build:_common --@score_baselibs//score/memory/shared/flags:use_typedshmd=False -build:_common --@score_communication//score/mw/com/flags:tracing_library=stub +# build:_common --@score_communication//score/mw/com/flags:tracing_library=stub +build:_common --@score_communication//score/mw/com/flags:tracing_library=@score_baselibs//score/analysis/tracing/generic_trace_library/stub_implementation build:_common --cxxopt=-Wno-error=mismatched-new-delete build:_common --cxxopt=-Wno-error=deprecated-declarations diff --git a/MODULE.bazel b/MODULE.bazel index 1323a4c..868230d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -64,30 +64,30 @@ bazel_dep(name = "boost.program_options", version = "1.87.0") bazel_dep(name = "rules_cc", version = "0.2.1") # tooling -bazel_dep(name = "score_tooling", version = "1.0.5") +bazel_dep(name = "score_tooling", version = "1.1.2") bazel_dep(name = "score_rust_policies", version = "0.0.3") -bazel_dep(name = "aspect_rules_lint", version = "1.5.3") -bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2") +bazel_dep(name = "aspect_rules_lint", version = "2.2.0") +bazel_dep(name = "buildifier_prebuilt", version = "8.2.1.2") #docs-as-code -bazel_dep(name = "score_docs_as_code", version = "2.3.3") +bazel_dep(name = "score_docs_as_code", version = "3.0.1") bazel_dep(name = "score_process", version = "1.4.2") -bazel_dep(name = "score_baselibs", version = "0.1.3") -bazel_dep(name = "score_communication", version = "0.1.1") +bazel_dep(name = "score_baselibs", version = "0.2.4") +bazel_dep(name = "score_communication", version = "0.1.4") bazel_dep(name = "platforms", version = "1.0.0") -bazel_dep(name = "score_bazel_platforms", version = "0.0.2") -bazel_dep(name = "score_logging", version = "0.0.3") -git_override( - module_name = "score_logging", - commit = "9ed6a88cab10a81bf6b0813712cbd7b9fc7e44c5", - remote = "https://github.com/eclipse-score/logging.git", -) +bazel_dep(name = "score_bazel_platforms", version = "0.1.1") +bazel_dep(name = "score_logging", version = "0.1.0") +#git_override( + # module_name = "score_logging", + # commit = "9ed6a88cab10a81bf6b0813712cbd7b9fc7e44c5", + # remote = "https://github.com/eclipse-score/logging.git", +#) # TRLC dependency for requirements traceability bazel_dep(name = "trlc", version = "0.0.0") git_override( module_name = "trlc", - commit = "ede35c4411d41abe42b8f19e78f8989ff79ad3d8", + commit = "a4f7e95210d8093ba208b91cbc5b681eae8d502b", remote = "https://github.com/bmw-software-engineering/trlc.git", ) From e0496d4ede0de87ac74aeb192a543fab71000161 Mon Sep 17 00:00:00 2001 From: Hafiz Muhammad Luqman Date: Tue, 28 Apr 2026 12:18:48 +0200 Subject: [PATCH 2/2] Fix: format fix Signed-off-by: Hafiz Muhammad Luqman --- .bazelrc | 1 - MODULE.bazel | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index dd1a15d..6a1a594 100644 --- a/.bazelrc +++ b/.bazelrc @@ -20,7 +20,6 @@ build --workspace_status_command=$(pwd)/bazel_stamp_vars.sh build:_common --@score_baselibs//score/mw/log/flags:KRemote_Logging=False build:_common --@score_baselibs//score/json:base_library=nlohmann build:_common --@score_baselibs//score/memory/shared/flags:use_typedshmd=False -# build:_common --@score_communication//score/mw/com/flags:tracing_library=stub build:_common --@score_communication//score/mw/com/flags:tracing_library=@score_baselibs//score/analysis/tracing/generic_trace_library/stub_implementation build:_common --cxxopt=-Wno-error=mismatched-new-delete build:_common --cxxopt=-Wno-error=deprecated-declarations diff --git a/MODULE.bazel b/MODULE.bazel index 868230d..6d8ca35 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -78,9 +78,9 @@ bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "score_bazel_platforms", version = "0.1.1") bazel_dep(name = "score_logging", version = "0.1.0") #git_override( - # module_name = "score_logging", - # commit = "9ed6a88cab10a81bf6b0813712cbd7b9fc7e44c5", - # remote = "https://github.com/eclipse-score/logging.git", +# module_name = "score_logging", +# commit = "9ed6a88cab10a81bf6b0813712cbd7b9fc7e44c5", +# remote = "https://github.com/eclipse-score/logging.git", #) # TRLC dependency for requirements traceability