Skip to content

Conversation

@NicolasFussberger
Copy link
Contributor

@NicolasFussberger NicolasFussberger commented Jan 20, 2026

Fix build of launch manager in qnx8 pipeline run.

There were two issues that are fixed here:

  • There was a file included which is not actually in the repo: ExcludeCoverageAdapter.h Since is is anyway for a specific coverage-tooling, this include can be safely removed here.
  • In two cases there were build settings missing for build_qnx8 config, resulting in linking pthread for the qnx8 build which caused linker issues

Closes: #43

@github-actions
Copy link

github-actions bot commented Jan 20, 2026

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.4.2) and connecting to it...
INFO: Invocation ID: 8718056d-c3e1-43d3-9af4-b68ac487aa52
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-eQOopREOYCL5vtTb6c1cwZrql4GVrJ1FqgxarQRe1xs="
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:431:31: in <toplevel>
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 2 packages loaded
Loading: 2 packages loaded
    currently loading: 
Loading: 2 packages loaded
    currently loading: 
Analyzing: target //:license-check (3 packages loaded)
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)

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

Analyzing: target //:license-check (90 packages loaded, 11 targets configured)

Analyzing: target //:license-check (139 packages loaded, 2489 targets configured)

Analyzing: target //:license-check (147 packages loaded, 4909 targets configured)

Analyzing: target //:license-check (152 packages loaded, 7399 targets configured)

Analyzing: target //:license-check (152 packages loaded, 7399 targets configured)

Analyzing: target //:license-check (152 packages loaded, 7399 targets configured)

INFO: Analyzed target //:license-check (162 packages loaded, 13697 targets configured).
[1 / 1] no actions running
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: 25.750s, Critical Path: 0.46s
INFO: 13 processes: 4 disk cache hit, 9 internal.
INFO: Build completed successfully, 13 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>]

@github-actions
Copy link

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

@NicolasFussberger NicolasFussberger marked this pull request as draft January 20, 2026 10:52
@NicolasFussberger NicolasFussberger changed the title Remove include of missing file Fix LaunchManager qnx8 build Jan 20, 2026
@NicolasFussberger NicolasFussberger marked this pull request as ready for review January 20, 2026 11:25
@pawelrutkaq pawelrutkaq merged commit 0e2dd9c into eclipse-score:main Jan 20, 2026
12 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.

Fix qnx8 launch_manager pipeline build

2 participants