Skip to content

fix(ci): replace abandoned docker-run-action and fix meson PATH#251

Merged
DorianZheng merged 1 commit intomainfrom
fix/ci-docker-and-meson-path
Feb 13, 2026
Merged

fix(ci): replace abandoned docker-run-action and fix meson PATH#251
DorianZheng merged 1 commit intomainfrom
fix/ci-docker-and-meson-path

Conversation

@DorianZheng
Copy link
Copy Markdown
Member

Summary

  • Replace addnab/docker-run-action@v3 with direct docker run in build-runtime.yml and build-node.yml — the action is abandoned (2021) and bundles Docker 20.10 (API 1.41), incompatible with Docker Engine v29+ on GitHub runners (requires API 1.44+)
  • Fix cibuildwheel linux PATH from $CARGO_HOME:$PATH to $HOME/.cargo/bin:/usr/local/bin:$PATH so per-Python builds can find meson (needed by bubblewrap-sys added in v0.5.11)
  • Add submodules: recursive to build-wheels.yml checkout step

Test plan

  • Trigger workflow_dispatch for build-runtime workflow
  • Trigger workflow_dispatch for build-wheels workflow
  • Trigger workflow_dispatch for build-node workflow (optional, runs on release)

- Replace addnab/docker-run-action@v3 with direct `docker run` in
  build-runtime.yml and build-node.yml. The action bundles Docker 20.10
  (API 1.41) which is incompatible with Docker Engine v29+ (API 1.44+).
- Fix cibuildwheel linux PATH from "$CARGO_HOME:$PATH" to
  "$HOME/.cargo/bin:/usr/local/bin:$PATH" so per-Python builds can find
  meson (needed by bubblewrap-sys added in v0.5.11).
- Add submodules: recursive to build-wheels.yml checkout step.
@DorianZheng DorianZheng merged commit 9dd9827 into main Feb 13, 2026
19 checks passed
@DorianZheng DorianZheng deleted the fix/ci-docker-and-meson-path branch February 13, 2026 03:48
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.

1 participant