Skip to content

fixes auto-linker bug on macos flc build in mega pipeline#610

Open
prathikr wants to merge 1 commit intomainfrom
prathikrao/macos-linker-bug
Open

fixes auto-linker bug on macos flc build in mega pipeline#610
prathikr wants to merge 1 commit intomainfrom
prathikrao/macos-linker-bug

Conversation

@prathikr
Copy link
Copy Markdown
Contributor

@prathikr prathikr commented Apr 8, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 8, 2026 17:05
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
foundry-local Ready Ready Preview, Comment Apr 8, 2026 5:05pm

Request Review

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

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_arm64 job.

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

Comment on lines +194 to +195
type: linux
isCustom: true
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

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).

Suggested change
type: linux
isCustom: true

Copilot uses AI. Check for mistakes.
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.

2 participants