Skip to content
Closed
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 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build:_common --@score_logging//score/datarouter/build_configuration_flags:enabl
build:_common --@score_logging//score/datarouter/build_configuration_flags:enable_dynamic_configuration=False
build:_common --@score_logging//score/datarouter/build_configuration_flags:file_transfer=False
build:_common --@score_logging//score/datarouter/build_configuration_flags:use_local_vlan=True
build:_common --@score_logging//score/datarouter/build_configuration_flags:dlt_output_enable=True

# ─── QNX common flags (shared by all QNX configs) ────────────────────────────
build:_qnx_common --host_platform=@score_bazel_platforms//:x86_64-linux-gcc_12.2.0-posix
Expand Down
1,039 changes: 476 additions & 563 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions bazel_common/score_modules_target_sw.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

# Generated from known_good.json at 2026-05-26T07:01:41+00:00Z
# Generated from known_good.json at 2026-07-03T00:00:00+00:00Z
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py

bazel_dep(name = "score_baselibs")
git_override(
single_version_override(
module_name = "score_baselibs",
commit = "cab36dd7de92c282f67e78e88032e08585803528",
remote = "https://github.com/eclipse-score/baselibs.git",
patch_strip = 1,
patches = [
"//patches/baselibs:001-restore-trace-library-mock-visibility.patch",
],
version = "0.2.9",
)

bazel_dep(name = "score_baselibs_rust")
Expand All @@ -44,7 +47,7 @@ git_override(
bazel_dep(name = "score_persistency")
git_override(
module_name = "score_persistency",
commit = "4d1fa1ae3c55d27d0f1e863b8cdf59a148651c5d",
commit = "3f674b1218f1669d33b6af92d2bd01b83241ec03",
remote = "https://github.com/eclipse-score/persistency.git",
)

Expand Down Expand Up @@ -72,7 +75,7 @@ git_override(
bazel_dep(name = "score_logging")
git_override(
module_name = "score_logging",
commit = "0e9187f79a9935ca192779234b82f9d00dc4e335",
commit = "9faad72199cbc2259b1fe4d712c5c769cdfd954e",
remote = "https://github.com/eclipse-score/logging.git",
)

Expand Down
2 changes: 1 addition & 1 deletion bazel_common/score_modules_tooling.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

# Generated from known_good.json at 2026-05-26T07:01:41+00:00Z
# Generated from known_good.json at 2026-07-03T00:00:00+00:00Z
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py

bazel_dep(name = "score_crates")
Expand Down
19 changes: 11 additions & 8 deletions known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"target_sw": {
"score_baselibs": {
"repo": "https://github.com/eclipse-score/baselibs.git",
"hash": "cab36dd7de92c282f67e78e88032e08585803528",
"version": "0.2.9",
"bazel_patches": [
"//patches/baselibs:001-restore-trace-library-mock-visibility.patch"
],
"metadata": {
"extra_test_config": [
"@score_baselibs//score/json:base_library=nlohmann",
Expand Down Expand Up @@ -54,7 +57,7 @@
},
"score_persistency": {
"repo": "https://github.com/eclipse-score/persistency.git",
"hash": "4d1fa1ae3c55d27d0f1e863b8cdf59a148651c5d",
"hash": "3f674b1218f1669d33b6af92d2bd01b83241ec03",
"metadata": {
"extra_test_config": [
"@score_baselibs_rust//src/log:safety_level=qm",
Expand Down Expand Up @@ -97,8 +100,9 @@
},
"score_logging": {
"repo": "https://github.com/eclipse-score/logging.git",
"hash": "0e9187f79a9935ca192779234b82f9d00dc4e335",
"hash": "9faad72199cbc2259b1fe4d712c5c769cdfd954e",
"metadata": {
"code_root_path": "//score/mw/log/...",
"extra_test_config": [
"@score_logging//score/datarouter/build_configuration_flags:persistent_logging=False",
"@score_logging//score/datarouter/build_configuration_flags:persistent_config_feature_enabled=False",
Expand All @@ -108,11 +112,10 @@
"@score_logging//score/datarouter/build_configuration_flags:use_local_vlan=True"
],
"exclude_test_targets": [
"//score/datarouter/test/ut/ut_logging:dltprotocolUT",
"//score/datarouter/test/ut/ut_logging:persistentLogConfigUT",
"//score/datarouter/test/ut/ut_logging:socketserverConfigUT",
"//score/datarouter/test/ut/ut_logging:socketserverUT",
"//score/mw/log/legacy_non_verbose_api:unit_test"
],
"langs": [
"cpp"
]
}
},
Expand Down Expand Up @@ -161,5 +164,5 @@
}
}
},
"timestamp": "2026-05-26T07:01:41+00:00Z"
"timestamp": "2026-07-03T00:00:00+00:00Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/score/analysis/tracing/generic_trace_library/mock/BUILD b/score/analysis/tracing/generic_trace_library/mock/BUILD
--- a/score/analysis/tracing/generic_trace_library/mock/BUILD
+++ b/score/analysis/tracing/generic_trace_library/mock/BUILD
@@ -19,10 +19,7 @@
srcs = ["trace_library_mock.cpp"],
hdrs = ["trace_library_mock.h"],
features = COMPILER_WARNING_FEATURES,
- visibility = [
- "//score/analysis/tracing/generic_trace_library:__pkg__",
- "//score/analysis/tracing/generic_trace_library/test:__subpackages__",
- ],
+ visibility = ["//visibility:public"],
deps = [
"//score/analysis/tracing/generic_trace_library/interface_types:generic_trace_api",
"//score/analysis/tracing/generic_trace_library/interface_types:trace_library_interface",
Empty file added patches/baselibs/BUILD
Empty file.
12 changes: 1 addition & 11 deletions rust_coverage/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

# Generated from known_good.json at 2026-05-26T07:01:41+00:00Z
# Generated from known_good.json at 2026-07-03T00:00:00+00:00Z
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py

load("@score_tooling//:defs.bzl", "rust_coverage_report")
Expand Down Expand Up @@ -75,13 +75,3 @@ rust_coverage_report(
query = 'kind("rust_test", @score_lifecycle_health//src/...)',
visibility = ["//visibility:public"],
)

rust_coverage_report(
name = "rust_coverage_score_logging",
bazel_configs = [
"linux-x86_64",
"ferrocene-coverage",
],
query = 'kind("rust_test", @score_logging//score/...) -@score_logging//score/datarouter/test/ut/ut_logging:dltprotocolUT -@score_logging//score/datarouter/test/ut/ut_logging:persistentLogConfigUT -@score_logging//score/datarouter/test/ut/ut_logging:socketserverConfigUT -@score_logging//score/datarouter/test/ut/ut_logging:socketserverUT -@score_logging//score/mw/log/legacy_non_verbose_api:unit_test',
visibility = ["//visibility:public"],
)
Loading