Skip to content

Conversation

@umaucher
Copy link
Contributor

nradakovic and others added 2 commits December 12, 2025 17:04
To make things easier, we introduce configs for different platform sets.
Update score_toolchains_qnx to latest version and grouped dependencies together
(no real functional change)
@github-actions
Copy link

github-actions bot commented Dec 12, 2025

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: fcee3ff4-b990-40c7-a101-d37197b228ae
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'rust_qnx8_toolchain+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-oEubHgeZDdT0svMmBKJx7c3/2TdSI/vfwRUyDn+TPGA="
DEBUG: Repository rust_qnx8_toolchain+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 5 packages loaded
Loading: 5 packages loaded
    currently loading: 
Analyzing: target //:license-check (6 packages loaded, 0 targets configured)
Analyzing: target //:license-check (6 packages loaded, 0 targets configured)

Analyzing: target //:license-check (85 packages loaded, 10 targets configured)

Analyzing: target //:license-check (148 packages loaded, 1928 targets configured)

Analyzing: target //:license-check (162 packages loaded, 3014 targets configured)

INFO: Analyzed target //:license-check (165 packages loaded, 5030 targets configured).
[7 / 14] [Prepa] Executing genrule //:filtered_cargo_lock ... (2 actions, 1 running)
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 65 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 27.184s, Critical Path: 0.40s
INFO: 14 processes: 5 disk cache hit, 9 internal.
INFO: Build completed successfully, 14 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@umaucher
Copy link
Contributor Author

umaucher commented Dec 12, 2025

locally validated with:

$ bazel build --config=per-x86_64-linux -- //src/cpp/src:kvs_cpp 
$ bazel build --config=per-x86_64-qnx --credential_helper=*.qnx.com=/home/umaucher/Projects/git/eclipse-score/persistency/tools/qnx_credential_helper.py -- //src/cpp/src:kvs_cpp 
$ bazel build --config=per-arm64-qnx --credential_helper=*.qnx.com=/home/umaucher/Projects/git/eclipse-score/persistency/tools/qnx_credential_helper.py -- //src/cpp/src:kvs_cpp

ToDo: Adaptions for CI workflows

@github-actions
Copy link

The created documentation from the pull request is available at: docu-html

Add --config=per-x86_64-linux flag to all C++ Bazel build, test, and run
commands in GitHub workflows to ensure consistent platform selection.

Changes:
- check.yml: Add config to cpp-bazel job (build, coverage, benchmark)
- component_integration_tests.yml: Add config to C++ test scenarios build

This ensures the correct GCC toolchain and platform settings are used,
aligning with the platform configurations defined in .bazelrc.
@umaucher umaucher marked this pull request as ready for review December 15, 2025 12:19
@nradakovic nradakovic self-requested a review December 15, 2025 15:57
@nradakovic nradakovic merged commit eeadb7b into eclipse-score:main Dec 15, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants