-
Notifications
You must be signed in to change notification settings - Fork 389
use 1.93 in CI #4845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
use 1.93 in CI #4845
Conversation
|
/hil full |
|
Triggered full HIL run for #4845. Run: https://github.com/esp-rs/esp-hal/actions/runs/21357280121 Status update: ❌ HIL (full) run failed (conclusion: failure). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Rust xtensa-toolchain version from 1.92.0.0 to 1.93.0.0 across multiple GitHub Actions workflows to use the newer toolchain version in CI.
Changes:
- Updated xtensa-toolchain version from 1.92.0.0 to 1.93.0.0 across all CI workflows and actions
- Affects documentation generation, nightly CI, standard CI, binary size checks, and API baseline workflows
- Ensures consistent toolchain version across the CI pipeline
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/documentation.yml | Updated xtensa-toolchain version to 1.93.0.0 for documentation builds |
| .github/workflows/ci_nightly.yml | Updated xtensa-toolchain version to 1.93.0.0 for nightly CI runs |
| .github/workflows/ci.yml | Updated xtensa-toolchain version to 1.93.0.0 for standard CI builds |
| .github/workflows/binary_size.yml | Updated xtensa-toolchain version to 1.93.0.0 for binary size checks |
| .github/workflows/api-baseline-generation.yml | Updated xtensa-toolchain version to 1.93.0.0 for API baseline generation |
| .github/workflows/api-baseline-check.yml | Updated xtensa-toolchain version to 1.93.0.0 for API baseline checks |
| .github/actions/build-tests/action.yml | Updated xtensa-toolchain version to 1.93.0.0 for test builds |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/hil full |
|
Triggered full HIL run for #4845. Run: https://github.com/esp-rs/esp-hal/actions/runs/21406136499 Status update: ❌ HIL (full) run failed (conclusion: failure). |
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
cargo xtask fmt-packagescommand to ensure that all changed code is formatted correctly.CHANGELOG.mdin the proper section.Extra:
Pull Request Details 📖
Description
Please provide a clear and concise description of your changes, including the motivation behind these changes. The context is crucial for the reviewers.
Testing
Describe how you tested your changes.