Skip to content

Fixes for the reference_integration setup#66

Open
NicolasFussberger wants to merge 4 commits intoeclipse-score:mainfrom
etas-contrib:feature/reference_integration_preparation
Open

Fixes for the reference_integration setup#66
NicolasFussberger wants to merge 4 commits intoeclipse-score:mainfrom
etas-contrib:feature/reference_integration_preparation

Conversation

@NicolasFussberger
Copy link
Contributor

The PR includes the following fixes (most of which are required for the reference_integration):

  • Bugfix: Ensure shared memory paths start with "/". Otherwise IPC communication is not working in QNX
  • Use @platforms/qnx , otherwise the build was failing when using lifecycle in reference_integration/qnx_qemu
  • Make the flatbuffer schema files public. This is required to compile json configs within reference_integration/qnx_qemu
  • Cleanup the config generation script for the examples: Removes Deadline&Logical supervision from the script

Relates To: #36

@github-actions
Copy link

github-actions bot commented Feb 6, 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: 9fcc2294-ae53-4de4-91d6-277850b25a29
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: 
WARNING: For repository 'score_bazel_platforms', the root module requires module version score_bazel_platforms@0.0.3, but got score_bazel_platforms@0.0.4 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_tooling', the root module requires module version score_tooling@1.0.5, but got score_tooling@1.1.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
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: 
Loading: 2 packages loaded
    currently loading: 
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)

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

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

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

Analyzing: target //:license-check (134 packages loaded, 1825 targets configured)

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

Analyzing: target //:license-check (149 packages loaded, 7388 targets configured)

Analyzing: target //:license-check (151 packages loaded, 7395 targets configured)

Analyzing: target //:license-check (151 packages loaded, 7395 targets configured)

Analyzing: target //:license-check (151 packages loaded, 7395 targets configured)

Analyzing: target //:license-check (161 packages loaded, 13566 targets configured)

INFO: Analyzed target //:license-check (162 packages loaded, 13697 targets configured).
[9 / 13] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox ... (2 actions running)
[11 / 13] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
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: 31.259s, Critical Path: 2.74s
INFO: 13 processes: 9 internal, 3 processwrapper-sandbox, 1 worker.
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

github-actions bot commented Feb 6, 2026

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

@NicolasFussberger NicolasFussberger marked this pull request as ready for review February 6, 2026 10:26
Copy link
Contributor

@paulquiring paulquiring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

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.

2 participants