Skip to content

Using flatbuffer rules from baselibs#173

Merged
NicolasFussberger merged 9 commits into
eclipse-score:mainfrom
etas-contrib:use-fbs-rules
Jul 3, 2026
Merged

Using flatbuffer rules from baselibs#173
NicolasFussberger merged 9 commits into
eclipse-score:mainfrom
etas-contrib:use-fbs-rules

Conversation

@MaciejKaszynski

Copy link
Copy Markdown
Contributor

Fixes #154

@github-actions

github-actions Bot commented Apr 22, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: f66ec5c9-9e78-4874-b981-72e63c571648
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

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

Analyzing: target //:license-check (110 packages loaded, 172 targets configured)

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

Analyzing: target //:license-check (156 packages loaded, 5498 targets configured)

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

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

Analyzing: target //:license-check (164 packages loaded, 7434 targets configured)

Analyzing: target //:license-check (164 packages loaded, 7434 targets configured)

Analyzing: target //:license-check (166 packages loaded, 9669 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10283 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10283 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10283 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10283 targets configured)

INFO: Analyzed target //:license-check (169 packages loaded, 10409 targets configured).
[14 / 16] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar
[15 / 16] Building license.check.license_check.jar (); 0s disk-cache, multiplex-worker
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: 28.957s, Critical Path: 2.53s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 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
Copy Markdown

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

Comment thread config/flatbuffers_rules.bzl
Comment thread score/launch_manager/daemon/src/alive_monitor/config/BUILD Outdated
Comment thread score/launch_manager/daemon/src/alive_monitor/details/factory/BUILD Outdated
Comment thread score/launch_manager/daemon/src/alive_monitor/details/factory/BUILD Outdated
Comment thread score/launch_manager/daemon/src/configuration/config_schema/BUILD
Comment thread score/launch_manager/daemon/src/configuration/config_schema/BUILD Outdated
Comment thread score/launch_manager/daemon/src/configuration/config_schema/BUILD Outdated
Comment thread scripts/config_mapping/config.bzl Outdated
"default_values/watchdog_defaults.json",
"examples/example_conf.json",
],
visibility = ["//visibility:public"],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think everything under default_values and examples is just for our doc build in the repo.
Can this stay with only reduced visibility?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Would be nice if we can also group this, so that in the top level build file, its not so convoluted listing all files explicitly

@NicolasFussberger NicolasFussberger merged commit caf5a18 into eclipse-score:main Jul 3, 2026
21 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in LCM - Lifecycle & Health FT Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Generate flatbuffers header files

4 participants