Skip to content

Fix Zephyr CI cmake install failure by pinning to an existing PyPI version#18632

Closed
manuelcandales wants to merge 1 commit intomainfrom
manuel/fix-zephyr-readme-cmake-version
Closed

Fix Zephyr CI cmake install failure by pinning to an existing PyPI version#18632
manuelcandales wants to merge 1 commit intomainfrom
manuel/fix-zephyr-readme-cmake-version

Conversation

@manuelcandales
Copy link
Copy Markdown
Contributor

@manuelcandales manuelcandales commented Apr 1, 2026

cmake==3.29 doesn't exist on PyPI anymore (currently existing versions are 3.29.0.1, 3.29.2, etc.), causing the test-arm-backend-zephyr trunk jobs to fail. Use 3.29.6 instead (the latest from the 3.29 series).

Copilot AI review requested due to automatic review settings April 1, 2026 12:17
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Apr 1, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18632

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 27 Pending

As of commit 480c3c1 with merge base ad235f8 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2026

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Copy link
Copy Markdown
Contributor

Copilot AI left a 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 Zephyr CI-driven setup instructions to pin cmake to a PyPI version that exists, addressing Zephyr trunk job failures caused by cmake==3.29 no longer being available on PyPI.

Changes:

  • Update Zephyr requirements install command to use cmake==3.29.6 instead of cmake==3.29.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants