The GitHub Actions job "Release Auditing" on 
texera.git/chore/draft-binary-license has failed.
Run started by GitHub user bobbai00 (triggered by bobbai00).

Head commit for run:
29b75f73a80c47ac0d6b5081b1e1b23339cf606b / Jiadong Bai 
<[email protected]>
chore: add CI check for binary dependency license coverage

Adds check_binary_deps.sh which compares the actual jars in a built
dist against tools/licensing/known-binary-deps.txt (a version-stripped
artifact list). Reports new unaccounted jars and stale entries.

Adds .github/workflows/check-binary-licenses.yml that runs this check
on PRs touching build.sbt, plugins.sbt, known-binary-deps.txt, or
LICENSE-binary. Builds WorkflowExecutionService/dist (the largest dep
set) and verifies all bundled jars are accounted for.

When the check fails, developers must:
  1. Verify the new dep's license is ASF Category A or B
  2. Add an entry to LICENSE-binary
  3. Add the artifact name to known-binary-deps.txt

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/24489755827

With regards,
GitHub Actions via GitBox

Reply via email to