Skip to content

Commit 11d0e92

Browse files
committed
update reference to baselibs
1 parent efd3c19 commit 11d0e92

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

known_good.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"timestamp": "2025-08-13T12:55:10Z",
33
"modules": {
44
"score_baselibs": {
5-
"version": "0.1.3",
6-
"hash": "9457533471c8f0d4a1bb9435e91ff12c62d19c7c",
5+
"version": "0.2.2",
6+
"hash": "3c65b223e9f516f95935bb4cd2e83d6088ca016f",
77
"repo": "https://github.com/eclipse-score/baselibs.git",
88
"branch": "s_core_release_v0_5_0"
99
},
@@ -13,6 +13,12 @@
1313
"hash": "24d6e8916b89dbb405eae0b082348645d190dc18",
1414
"branch": "s_core_release_v0_5_0"
1515
},
16+
"score_logging": {
17+
"version": "0.0.3",
18+
"hash": "763c53798b77386efd6953f5139710354374305d",
19+
"repo": "https://github.com/eclipse-score/logging.git",
20+
"branch": "s_core_release_v0_5_0"
21+
},
1622
"score_persistency": {
1723
"version": "0.2.1",
1824
"hash": "7548876ed3e40ec3f3053c57634de68129287e05",

score_modules.MODULE.bazel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
bazel_dep(name = "score_baselibs")
1515
single_version_override(
1616
module_name = "score_baselibs",
17-
version = "0.1.3"
17+
version = "0.2.2"
1818
)
1919

2020
bazel_dep(name = "score_communication")
@@ -23,6 +23,12 @@ single_version_override(
2323
version = "0.1.1",
2424
)
2525

26+
bazel_dep(name = "score_logging", dev_dependency = True)
27+
single_version_override(
28+
module_name = "score_logging",
29+
version = "0.0.3",
30+
)
31+
2632
bazel_dep(name = "score_persistency")
2733
git_override(
2834
module_name = "score_persistency",

scripts/run_unit_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ declare -A UT_TARGET_GROUPS=(
1313
-@score_baselibs//score/language/safecpp/aborts_upon_exception:abortsuponexception_toolchain_test \
1414
-@score_baselibs//score/containers:dynamic_array_test" # nok, error in @score_baselibs//score/json/examples:json_buffer
1515
[communication]="@score_communication//score/..." # nok, error from trlc in score_communication//score/mw/com/requirements/feature_requirements
16+
[logging]="@score_logging//score/..."
1617
[persistency]="@score_persistency//:unit_tests" # ok
1718
[orchestrator]="@score_orchestrator//src/..." # ok
1819
[kyron]="@score_kyron//:unit_tests" # ok

0 commit comments

Comments
 (0)