fixes auto-linker bug on macos flc build in mega pipeline#610
fixes auto-linker bug on macos flc build in mega pipeline#610
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adjusts the CI pipeline configuration to address an auto-linker issue affecting the macOS FLC build in the mega pipeline.
Changes:
- Modifies the agent pool configuration for the
flc_osx_arm64job.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| type: linux | ||
| isCustom: true |
There was a problem hiding this comment.
pool.type: linux conflicts with vmImage: 'macOS-14' / os: macOS and can cause this job to be scheduled incorrectly or fail YAML validation, preventing the macOS build from running. Use a macOS-compatible pool configuration (e.g., remove type/isCustom here if this is meant to run on Microsoft-hosted macOS, or set type to the correct value for your macOS pool).
| type: linux | |
| isCustom: true |
No description provided.