Skip to content

ci: use default Rust workflow - #477

Merged
alejandro-vaz merged 1 commit into
servo:v2from
Nidhi-Gahlawat:default-rust-workflow
Aug 29, 2026
Merged

alejandro-vaz merged 1 commit into
servo:v2from
Nidhi-Gahlawat:default-rust-workflow

Conversation

@Nidhi-Gahlawat

@Nidhi-Gahlawat Nidhi-Gahlawat commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace .github/workflows/main.yml with the standard rust.yml workflow
  • consolidate the Linux and no_std jobs into one canonical build matrix
  • preserve stable, beta, nightly, MSRV, and no_std builds along with all existing test, documentation, benchmark, Miri, and fuzz commands
  • retain the homu build finished aggregation signal used by current successful v2 runs

Validation

  • actionlint .github/workflows/rust.yml
  • git diff --check
  • compared workflow commands, toolchains, targets, and triggers against upstream/v2
  • Cargo commands were not run locally because Rust is not installed on the development machine; the commands themselves are unchanged

Closes #470

@Nidhi-Gahlawat
Nidhi-Gahlawat marked this pull request as draft August 29, 2026 07:22
@Nidhi-Gahlawat
Nidhi-Gahlawat marked this pull request as ready for review August 29, 2026 07:29
@alejandro-vaz
alejandro-vaz self-requested a review August 29, 2026 08:49
@alejandro-vaz alejandro-vaz added this to the v2-alpha.13 milestone Aug 29, 2026

@alejandro-vaz alejandro-vaz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks better than what we had

please remember that AI contributions are not allowed in any @servo repository as indicated in the contributing guidelines

thanks for contributing

@alejandro-vaz
alejandro-vaz added this pull request to the merge queue Aug 29, 2026
Merged via the queue into servo:v2 with commit a6a2b45 Aug 29, 2026
6 checks passed
alejandro-vaz pushed a commit to alejandro-vaz/rust-smallvec that referenced this pull request Aug 29, 2026
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.

change workflow to use default rust action

2 participants