Skip to content
Open
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
2 changes: 2 additions & 0 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion bazel_common/score_modules_target_sw.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ git_override(
bazel_dep(name = "score_communication")
git_override(
module_name = "score_communication",
commit = "313f1178628189d267c8cd0d75971bdac04c20ee",
commit = "5023ef743abaac98c23f3c378f36f45b5f04da6f",
patch_strip = 1,
patches = [
"//patches/communication:001-expose-comm-examples.patch",
"//patches/communication:003-module-deps-visibility.patch",
"//patches/communication:004-rules-build-error-not-dev-dependency.patch",
"//patches/communication:005-score-rules-imagefs-not-dev-dependency.patch",
"//patches/communication:006-rules-pkg-not-dev-dependency.patch",
"//patches/communication:007-rules-oci-not-dev-dependency.patch",
"//patches/communication:008-score-itf-not-dev-dependency.patch",
"//patches/communication:009-score-cpp-policies-not-dev-dependency.patch",
],
remote = "https://github.com/eclipse-score/communication.git",
)
Expand Down
21 changes: 13 additions & 8 deletions known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@
"score_communication": {
"repo": "https://github.com/eclipse-score/communication.git",
"docs": false,
"hash": "313f1178628189d267c8cd0d75971bdac04c20ee",
"hash": "5023ef743abaac98c23f3c378f36f45b5f04da6f",
"bazel_patches": [
"//patches/communication:001-expose-comm-examples.patch",
"//patches/communication:003-module-deps-visibility.patch",
"//patches/communication:004-rules-build-error-not-dev-dependency.patch"
"//patches/communication:004-rules-build-error-not-dev-dependency.patch",
"//patches/communication:005-score-rules-imagefs-not-dev-dependency.patch",
"//patches/communication:006-rules-pkg-not-dev-dependency.patch",
"//patches/communication:007-rules-oci-not-dev-dependency.patch",
"//patches/communication:008-score-itf-not-dev-dependency.patch",
"//patches/communication:009-score-cpp-policies-not-dev-dependency.patch"
],
"metadata": {
"code_root_path": "//score/mw/com/impl/...",
Expand All @@ -48,6 +53,11 @@
"//score/mw/com/impl/configuration:config_parser_test",
"//score/mw/com/impl/configuration:configuration_test",
"//score/mw/com/impl/configuration:configuration_json_parsing_strategy_test",
"//score/mw/com/impl/test/check_values_created_from_config/integration_test:test_check_values_created_from_config",
"//score/mw/com/impl/test/methods/semi_dynamic_methods/integration_test:semi_dynamic_methods_different_processes_test",
"//score/mw/com/impl/test/methods/semi_dynamic_methods/integration_test:semi_dynamic_methods_same_process_test",
"//score/mw/com/impl/test/reserving_skeleton_slots/integration_test:reserving_skeleton_slots",
"//score/mw/com/impl/test/shared_memory_storage/integration_test:shared_memory_storage",
"//score/mw/com/impl/tracing/configuration:tracing_filter_config_parser_test",
"//score/mw/com/impl/tracing:tracing_runtime_test",
"//score/mw/com/impl/bindings/lola/tracing:tracing_runtime_test"
Expand All @@ -57,12 +67,7 @@
"rust"
],
"rust_coverage_config": "ferrocene-coverage"
},
"bazel_patches": [
"//patches/communication:001-expose-comm-examples.patch",
"//patches/communication:003-module-deps-visibility.patch",
"//patches/communication:004-rules-build-error-not-dev-dependency.patch"
]
}
},
"score_persistency": {
"repo": "https://github.com/eclipse-score/persistency.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/MODULE.bazel b/MODULE.bazel
index ee9ccaf..f899b36 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -370,7 +370,7 @@ use_repo(lint_toolchains, "sarif_parser_toolchains")
@@ -365,7 +365,7 @@ use_repo(lint_toolchains, "sarif_parser_toolchains")

bazel_dep(name = "score_rust_policies", version = "0.0.5", dev_dependency = True)
bazel_dep(name = "rules_shell", version = "0.6.1", dev_dependency = True)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/MODULE.bazel b/MODULE.bazel
index ee9ccaf..f899b36 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -365,7 +365,7 @@ commit = "1ce9b563e4a6f6b648ca313967fb2beb10f00317",
remote = "https://github.com/eclipse-score/itf.git",
)

-bazel_dep(name = "score_rules_imagefs", version = "0.1.0", dev_dependency = True)
+bazel_dep(name = "score_rules_imagefs", version = "0.1.0")

imagefs = use_extension("@score_rules_imagefs//extensions:imagefs.bzl", "imagefs", dev_dependency = True)
imagefs.toolchain(
13 changes: 13 additions & 0 deletions patches/communication/006-rules-pkg-not-dev-dependency.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/MODULE.bazel b/MODULE.bazel
index ee9ccaf..f899b36 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -430,7 +430,7 @@
# TRLC dependency for requirements traceability
bazel_dep(name = "trlc", version = "3.0.1", dev_dependency = True)
bazel_dep(name = "rules_oci", version = "2.2.7", dev_dependency = True)
-bazel_dep(name = "rules_pkg", version = "1.2.0", dev_dependency = True)
+bazel_dep(name = "rules_pkg", version = "1.2.0")

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

13 changes: 13 additions & 0 deletions patches/communication/007-rules-oci-not-dev-dependency.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/MODULE.bazel b/MODULE.bazel
index ee9ccaf..f899b36 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -430,7 +430,7 @@
# TRLC dependency for requirements traceability
bazel_dep(name = "trlc", version = "3.0.1", dev_dependency = True)
-bazel_dep(name = "rules_oci", version = "2.2.7", dev_dependency = True)
+bazel_dep(name = "rules_oci", version = "2.2.7")
bazel_dep(name = "rules_pkg", version = "1.2.0")

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

13 changes: 13 additions & 0 deletions patches/communication/008-score-itf-not-dev-dependency.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/MODULE.bazel b/MODULE.bazel
index ee9ccaf..f899b36 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -186,7 +186,7 @@ "score_qcc_x86_64_toolchain",
"score_qcc_x86_64_toolchain_pkg",
)

-bazel_dep(name = "score_itf", version = "0.5.0", dev_dependency = True)
+bazel_dep(name = "score_itf", version = "0.5.0")

# Use pinned score_itf fork commit for integration testing changes.
# Fork adds core dump extraction from Docker container (commits 749e01e, fc6416b).
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/MODULE.bazel b/MODULE.bazel
index ee9ccaf..f899b36 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -186,7 +186,7 @@ dev_dependency = True,
lock = "@ubuntu24_04_sysroot_resolve//:lock.json",
)

-bazel_dep(name = "score_cpp_policies", version = "0.1.1", dev_dependency = True)
+bazel_dep(name = "score_cpp_policies", version = "0.1.1")
bazel_dep(name = "toolchains_llvm", version = "1.8.0", dev_dependency = True)

llvm = use_extension(
2 changes: 1 addition & 1 deletion rust_coverage/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rust_coverage_report(
"linux-x86_64",
"ferrocene-coverage",
],
query = 'kind("rust_test", @score_communication//score/mw/com/impl/...) -@score_communication//score/mw/com/impl:unit_test_runtime_single_exec -@score_communication//score/mw/com/impl:runtime_test -@score_communication//score/mw/com/impl/configuration:config_parser_test -@score_communication//score/mw/com/impl/configuration:configuration_test -@score_communication//score/mw/com/impl/configuration:configuration_json_parsing_strategy_test -@score_communication//score/mw/com/impl/tracing/configuration:tracing_filter_config_parser_test -@score_communication//score/mw/com/impl/tracing:tracing_runtime_test -@score_communication//score/mw/com/impl/bindings/lola/tracing:tracing_runtime_test',
query = 'kind("rust_test", @score_communication//score/mw/com/impl/...) -@score_communication//score/mw/com/impl:unit_test_runtime_single_exec -@score_communication//score/mw/com/impl:runtime_test -@score_communication//score/mw/com/impl/configuration:config_parser_test -@score_communication//score/mw/com/impl/configuration:configuration_test -@score_communication//score/mw/com/impl/configuration:configuration_json_parsing_strategy_test -@score_communication//score/mw/com/impl/test/check_values_created_from_config/integration_test:test_check_values_created_from_config -@score_communication//score/mw/com/impl/test/methods/semi_dynamic_methods/integration_test:semi_dynamic_methods_different_processes_test -@score_communication//score/mw/com/impl/test/methods/semi_dynamic_methods/integration_test:semi_dynamic_methods_same_process_test -@score_communication//score/mw/com/impl/test/reserving_skeleton_slots/integration_test:reserving_skeleton_slots -@score_communication//score/mw/com/impl/test/shared_memory_storage/integration_test:shared_memory_storage -@score_communication//score/mw/com/impl/tracing/configuration:tracing_filter_config_parser_test -@score_communication//score/mw/com/impl/tracing:tracing_runtime_test -@score_communication//score/mw/com/impl/bindings/lola/tracing:tracing_runtime_test',
visibility = ["//visibility:public"],
)

Expand Down
Loading