Skip to content

fix(ci): pass explicit toolchain=stable to rust-toolchain in nightly#51

Merged
amavashev merged 1 commit into
mainfrom
fix/nightly-rust-toolchain-input
May 4, 2026
Merged

fix(ci): pass explicit toolchain=stable to rust-toolchain in nightly#51
amavashev merged 1 commit into
mainfrom
fix/nightly-rust-toolchain-input

Conversation

@amavashev
Copy link
Copy Markdown
Contributor

Summary

  • Add with: toolchain: stable to the Install Rust step in integration-nightly.yml.

Why

The dtolnay/rust-toolchain SHA bump that landed yesterday (#48) broke this morning's nightly run with:

Install Rust → 'toolchain' is a required input
##[error]Process completed with exit code 1.

The previous pinned SHA defaulted to stable when no toolchain input was passed; the new SHA requires it explicitly. ci-rust.yml already passes the input via the matrix and was unaffected.

Test plan

  • Merge
  • Trigger the workflow manually (gh workflow run "Nightly Integration" --repo runcycles/.github) to verify the fix without waiting for tomorrow's 03:00 UTC cron
  • Confirm the Install Rust step now passes

…integration

The dtolnay/rust-toolchain SHA bump that landed in #48 broke the nightly
integration job — the new SHA requires the `toolchain` input explicitly,
where the prior pinned SHA defaulted to stable when input was empty.

This morning's nightly run (2026-05-04) failed on:
  Install Rust → 'toolchain' is a required input

Fix: pass `toolchain: stable` matching the action's default semantics.
ci-rust.yml already passes the toolchain via matrix.rust-version, so
that workflow was unaffected.
@amavashev amavashev enabled auto-merge (squash) May 4, 2026 10:30
@amavashev amavashev merged commit 514c461 into main May 4, 2026
3 checks passed
@amavashev amavashev deleted the fix/nightly-rust-toolchain-input branch May 4, 2026 10:30
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