-
-
Notifications
You must be signed in to change notification settings - Fork 180
Revert need for cmake install in CI #3153
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?
Conversation
WalkthroughThe changes modify two Azure pipeline configuration files. In both files, steps referencing templates for downloading and installing CMake and Ninja have been removed across multiple build jobs. In Changes
Sequence Diagram(s)sequenceDiagram
participant Job as Pipeline Job
participant CMake as CMake Installer
participant Ninja as Ninja Installer
participant Build as Build Steps
Job->>CMake: Check CMake installation step (disabled)
CMake-->>Job: Skipped
Job->>Ninja: Check Ninja installation step (disabled)
Ninja-->>Job: Skipped
Job->>Build: Execute remaining build steps
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
The issue with TI_CC1352R1_LAUNCHXL_915) seems unrelated to this PR (but possibly needs the TI SDK to support nodejs 18+). |
Remove need for ninja install in CI Both are now handled correctly by the image.
eec4297
to
7bc3b9e
Compare
Interestingly building TI just went OK as usual... Not sure what's going on here... Let's try again. |
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.
I would rather remove the lines instead of commenting them out.
I will remove them from the ST and NXP targets, but will re-add to the TI, until we can work out why it continues to fail. |
Clean-up other targets
Ongoing investigation on the root cause. |
Looks like it's OK to use Ninja in CMake context (most of the build jobs run successfully) but "standalone" is not possible. I've raised an issue about this here: actions/runner-images#12026 |
Description
Motivation and Context
Both are now handled correctly by the CI image.
Linked to actions/runner-images#11926 and actions/runner-images#11737
How Has This Been Tested?
Screenshots
Types of changes
Checklist
Summary by CodeRabbit
Summary by CodeRabbit