Skip to content

ci: share common workflow setup - #31318

Merged
anp-oai merged 3 commits into
mainfrom
codex/shared-ci-setup
Jul 7, 2026
Merged

ci: share common workflow setup#31318
anp-oai merged 3 commits into
mainfrom
codex/shared-ci-setup

Conversation

@anp-oai

@anp-oai anp-oai commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Why

CI jobs repeat common bootstrap steps, which makes it harder to keep Bazel and Cargo lanes aligned. Centralizing the lightweight setup gives us one place for future runner-wide optimizations without adding Rust toolchain or component installation to the Windows Bazel long poles.

What

  • add zero-input .github/actions/setup-ci to set Cargo's git transport, install DotSlash and just, expose DotSlash from stable PATH locations, and enable Windows Git long paths
  • have setup-bazel-ci compose the common setup, then remove its DotSlash/test-prerequisite plumbing
  • migrate Bazel, Cargo CI, V8 canary, repo checks, nextest, and Windows release call sites while keeping Rust toolchain and MSVC setup explicit
  • preserve the existing nextest Dev Drive setup unchanged

Validation

  • just test-github-scripts (30 tests)
  • parsed workflow and composite-action YAML with yq

anp-oai added a commit that referenced this pull request Jul 6, 2026
anp-oai added a commit that referenced this pull request Jul 6, 2026
@anp-oai
anp-oai force-pushed the codex/shared-ci-setup branch from e445b34 to 9c7566e Compare July 6, 2026 23:43
@anp-oai
anp-oai marked this pull request as ready for review July 6, 2026 23:51
@anp-oai

anp-oai commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9c7566e0a8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/v8-canary.yml
@anp-oai
anp-oai force-pushed the codex/shared-ci-setup branch from 9c7566e to 50673f6 Compare July 7, 2026 00:03
@anp-oai
anp-oai merged commit 7226904 into main Jul 7, 2026
47 checks passed
@anp-oai
anp-oai deleted the codex/shared-ci-setup branch July 7, 2026 00:27
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants