Skip to content
Draft
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: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ build:_common --extra_toolchains=@score_gcc_x86_64_toolchain//:x86_64-linux-gcc_
build:_common --extra_toolchains=//bazel/toolchains:score_ref_int_libclang_toolchain

# Flags needed by datarouter
build:_common --@score_logging//score/datarouter/build_configuration_flags:persistent_logging=False
build:_common --@score_logging//score/datarouter/build_configuration_flags:persistent_config_feature_enabled=False
build:_common --@score_logging//score/datarouter/build_configuration_flags:enable_nonverbose_dlt=False
build:_common --@score_logging//score/datarouter/build_configuration_flags:enable_dynamic_configuration=False
Expand Down
7 changes: 4 additions & 3 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# *******************************************************************************

load("@score_docs_as_code//:docs.bzl", "docs")
load("@score_tooling//:defs.bzl", "setup_starpls", "use_format_targets")
load("@score_tooling//:defs.bzl", "setup_starpls")
load("@score_tooling//third_party/format:macros.bzl", "use_format_targets")

# Docs-as-code
docs(
Expand All @@ -23,11 +24,11 @@ docs(
"@score_kyron//:needs_json",
# "@score_baselibs//:needs_json", # score_tooling is dev_dependency
# "@score_communication//:needs_json", # no docs_sources
# "@score_lifecycle_health//:needs_json", # unreadable images - relative paths issue
# "@score_lifecycle//:needs_json", # unreadable images - relative paths issue
"@score_logging//:needs_json", # duplicated labels
# Tools
"@score_platform//:needs_json",
"@score_process//:needs_json",
"@score_process_description//:needs_json",
"@score_docs_as_code//:needs_json",
],
known_good = "known_good.json",
Expand Down
1,705 changes: 1,538 additions & 167 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions bazel/toolchains/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ load("@score_tooling//cpp/libclang:libclang_toolchain.bzl", "libclang_toolchain"
# //bazel_common:score_llvm_libclang.MODULE.bazel.
libclang_toolchain(
name = "score_ref_int_libclang",
cxx_builtin_include = "@llvm_toolchain_llvm//:cxx_builtin_include",
extra_config_site = "@llvm_toolchain_llvm//:extra_config_site",
cc_toolchain = "@llvm_toolchain//:cc-clang-x86_64-linux",
libclang = "@llvm_toolchain_llvm//:lib/libclang.so",
visibility = ["//visibility:public"],
)
Expand Down
2 changes: 1 addition & 1 deletion bazel_common/score_llvm_libclang.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ llvm = use_extension(
llvm.toolchain(
llvm_version = "19.1.7",
)
use_repo(llvm, "llvm_toolchain_llvm")
use_repo(llvm, "llvm_toolchain", "llvm_toolchain_llvm")
53 changes: 22 additions & 31 deletions bazel_common/score_modules_target_sw.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,99 +11,90 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

# Generated from known_good.json at 2026-08-21T00:00:00+00:00Z
# Generated from known_good.json at 2026-08-28T09:19:12Z
# 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 = "06f6b9b7d48710438ea4664d84da5143594763cb",
patch_strip = 1,
patches = [
"//patches/baselibs:001-restore-trace-library-mock-visibility.patch",
"//patches/baselibs:002-restore-qnx8-poll-workaround.patch",
],
remote = "https://github.com/eclipse-score/baselibs.git",
version = "0.2.12",
)

bazel_dep(name = "score_communication")
git_override(
single_version_override(
module_name = "score_communication",
commit = "21652a6196c22bdf89e0a0abb34aabeb79eb26a0",
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",
],
remote = "https://github.com/eclipse-score/communication.git",
version = "0.4.0",
)

bazel_dep(name = "score_persistency")
git_override(
single_version_override(
module_name = "score_persistency",
commit = "b987d375e54f038c31f9441fa738c747c7a07c75",
patch_strip = 1,
patches = [
"//patches/persistency:001-fix-doc.patch",
"//patches/persistency:002-fix-dev-dep.patch",
"//patches/persistency:003-fix-docs-version.patch",
],
remote = "https://github.com/eclipse-score/persistency.git",
version = "0.3.5",
)

bazel_dep(name = "score_orchestrator")
git_override(
single_version_override(
module_name = "score_orchestrator",
commit = "c5bcbd39fc6e124a26b1d66abbfc696a3319c2a4",
remote = "https://github.com/eclipse-score/orchestrator.git",
version = "0.1.1",
)

bazel_dep(name = "score_kyron")
git_override(
single_version_override(
module_name = "score_kyron",
commit = "cc72f599cc0c04a4e80c12a204f57e59a48d284a",
remote = "https://github.com/eclipse-score/kyron.git",
version = "0.1.3",
)

bazel_dep(name = "score_lifecycle_health")
git_override(
module_name = "score_lifecycle_health",
commit = "23e9849437c578ade99b8ccbf5d09c1835737b3f",
remote = "https://github.com/eclipse-score/lifecycle.git",
bazel_dep(name = "score_lifecycle")
single_version_override(
module_name = "score_lifecycle",
version = "0.5.0",
)

bazel_dep(name = "score_logging")
git_override(
module_name = "score_logging",
commit = "e1bf097cdbf718f993ab7b24ae5f59639ed96bdb",
commit = "d41fbde4aa447faad3d4d57269255377569cd2fe",
patch_strip = 1,
patches = [
"//patches/logging:002-needs-json-deps-not-dev-dependency.patch",
"//patches/logging:003-docs-as-code-not-dev-dependency.patch",
"//patches/logging:004-rules-pkg-not-dev-dependency.patch",
"//patches/logging:005-memory-shared-moved-to-communication.patch",
],
remote = "https://github.com/eclipse-score/logging.git",
)

bazel_dep(name = "score_time")
git_override(
module_name = "score_time",
commit = "8c42d34698535dabeaa4782d5ec123256151fb30",
commit = "4a3a6c5a83fb2fcaa8808a6bb5a54008eb2087e6",
patch_strip = 1,
patches = [
"//patches/time:001-memory-shared-moved-to-communication.patch",
"//patches/time:002-lifecycle-renamed-to-score_lifecycle.patch",
"//patches/time:003-remove-obsolete-py_unittest_qnx_test.patch",
],
remote = "https://github.com/eclipse-score/time.git",
)

bazel_dep(name = "score_config_management")
git_override(
module_name = "score_config_management",
commit = "952461ceffff774fb4c125ee023fea0221fcdce2",
commit = "f0d4f67e7a73ee666a2b4c04b3495fae5df9f4e5",
patch_strip = 1,
patches = [
"patches/config_management/001-adapt-proxy-api-and-remove-internal-targets.patch",
"patches/config_management/002-lifecycle-renamed-to-score_lifecycle.patch",
],
remote = "https://github.com/eclipse-score/config_management.git",
)
50 changes: 23 additions & 27 deletions bazel_common/score_modules_tooling.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,61 +11,57 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

# Generated from known_good.json at 2026-08-21T00:00:00+00:00Z
# Generated from known_good.json at 2026-08-28T09:19:12Z
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py

bazel_dep(name = "score_crates")
git_override(
single_version_override(
module_name = "score_crates",
commit = "4656dda8f04a3d88c8089f63111195840cfbd9e3",
remote = "https://github.com/eclipse-score/score-crates.git",
version = "0.0.11",
)

bazel_dep(name = "score_itf")
git_override(
single_version_override(
module_name = "score_itf",
commit = "802e0186d373e0d9d67c1c9ccb1ea08952c7ad06",
remote = "https://github.com/eclipse-score/itf.git",
version = "0.5.0",
)

bazel_dep(name = "score_tooling")
git_override(
single_version_override(
module_name = "score_tooling",
commit = "7099e272c3f6114bad17736debd54139601aedd4",
remote = "https://github.com/eclipse-score/tooling.git",
patch_strip = 1,
patches = [
"//patches/tooling:001-expose-aspect-rules-lint-non-dev.patch",
],
version = "2.0.2",
)

bazel_dep(name = "score_platform")
git_override(
single_version_override(
module_name = "score_platform",
commit = "24ec6f276cd37755b5dae7f2345913628d56831f",
remote = "https://github.com/eclipse-score/score.git",
version = "0.7.1",
)

bazel_dep(name = "score_bazel_platforms")
git_override(
single_version_override(
module_name = "score_bazel_platforms",
commit = "82b6df6ce93fb2960c52d992939fc6c3cf0e1f0f",
remote = "https://github.com/eclipse-score/bazel_platforms.git",
version = "1.0.0",
)

bazel_dep(name = "score_test_scenarios")
git_override(
single_version_override(
module_name = "score_test_scenarios",
commit = "fec712d490ff5d46fae91332bafac4777b300026",
remote = "https://github.com/eclipse-score/testing_tools.git",
version = "0.4.1",
)

bazel_dep(name = "score_docs_as_code")
git_override(
single_version_override(
module_name = "score_docs_as_code",
commit = "f1f20f0579ab5e63513561db0ab055cbec46c987",
remote = "https://github.com/eclipse-score/docs-as-code.git",
version = "8.0.1",
)

bazel_dep(name = "score_process")
git_override(
module_name = "score_process",
commit = "8df530cab5efcb40e9f835ba6e9b61ae2f0175c7",
remote = "https://github.com/eclipse-score/process_description.git",
bazel_dep(name = "score_process_description")
single_version_override(
module_name = "score_process_description",
version = "2.1.2",
)
2 changes: 1 addition & 1 deletion feature_integration_tests/test_scenarios/rust/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rust_binary(
"@score_kyron//src/kyron:libkyron",
"@score_kyron//src/kyron-foundation:libkyron_foundation",
"@score_orchestrator//src/orchestration:liborchestration",
"@score_persistency//src/rust/rust_kvs",
"@score_persistency//score/kvs/rust_kvs",
"@score_test_scenarios//test_scenarios_rust",
],
)
2 changes: 1 addition & 1 deletion images/qnx_x86_64/build/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ qnx_ifs(
"//feature_integration_tests/configs/datarouter:etc_configs",
"//showcases",
"@score_logging//score/datarouter",
"@score_persistency//tests/test_scenarios/cpp:test_scenarios",
"@score_persistency//score/kvs/tests/test_scenarios/cpp:test_scenarios",
],
build_file = "init.build",
ext_repo_maping = {
Expand Down
Loading
Loading