The GitHub Actions job "Check binary dependency licenses" on texera.git/chore/draft-binary-license has succeeded. Run started by GitHub user bobbai00 (triggered by bobbai00).
Head commit for run: ba3642985dff8d50aa149f670dcbe2d1b4ba13e1 / Jiadong Bai <[email protected]> chore(license): align CI npm job with build pipeline; drop stdlib pkgs After PR #4387's CI run f416cfd28: - check-npm-deps was running yarn 1.x — `corepack enable` alone wasn't activating yarn 4 (corepack reads .yarnrc.yml from cwd, but we ran yarn from the repo root with --cwd frontend). Mirror the frontend job in github-action-build.yml: explicit `corepack prepare [email protected] --activate`, the same cache key shape (includes arch + node-version), and `build:ci` (nx with 8GB heap) instead of `build`. The license pipeline is unchanged: build:ci still runs `ng build --configuration=production`, so license-webpack-plugin still emits 3rdpartylicenses.json. - check-python-deps was flagging `dataclasses==0.6` and `typing==3.7.4.3` as STALE — both became part of the stdlib in Python 3.7+ and never install on Python 3.12. They got into LICENSE-binary by mistake during the original macOS-host audit. Drop them. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/24951753267 With regards, GitHub Actions via GitBox
