aglinxinyuan commented on PR #6167:
URL: https://github.com/apache/texera/pull/6167#issuecomment-4888222900
The `build / agent-service (ubuntu-latest)` failure was LICENSE-binary drift
— the bump landed in `package.json`/`bun.lock` but
`agent-service/LICENSE-binary` still claimed the old version, so the direct-dep
license check failed:
```
DRIFT (direct) agent-service npm packages — claimed versions differ from
bundled:
~ @elysiajs/cors: LICENSE-binary=1.4.0 bundled=1.4.2
```
Pushed a fix commit (10bc3c3420):
- Synced the `@elysiajs/cors` bullet in `agent-service/LICENSE-binary` to
1.4.2
Verified locally against the exact ubuntu CI steps (bun 1.3.3): prod
`--frozen-lockfile` install, license manifest + `check_binary_deps.py` (both PR
`--ignore-transitive-version` and strict), dev `--frozen-lockfile` install,
`format:check`, `typecheck`, and `bun test` (115 pass) — all green.
Heads up: this branch won't auto-rebase anymore now that it carries a
non-Dependabot commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]