ci: skip LFS in Copilot cloud agent checkout#5
Merged
Conversation
The Copilot cloud agent job fails during its internal clone because app/assets/windows/arm64/OpenConsole.pdb is a 30 MB LFS object that does not exist on the fork's LFS server (upstream LFS objects are not copied to forks). The agent only works on source files (Rust, UI, config) and has no need for Windows ARM64 debug symbols. Adding .github/copilot/setup-steps.yml with lfs: false tells the Copilot runtime to skip LFS hydration on checkout, removing the failure path entirely. Ref: 63cdd88
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The Copilot cloud agent job fails during its internal clone because
app/assets/windows/arm64/OpenConsole.pdbis a 30 MB LFS object that does not exist on this fork's LFS server. Upstream LFS objects are not copied to forks.This blocks PR #3 and any future Copilot agent task from completing, regardless of what source files the task touches.
Fix
Add
.github/copilot/setup-steps.ymlwithlfs: false— GitHub's documented mechanism for configuring the Copilot cloud agent's checkout behavior.The agent only works on source files (Rust, UI, config) and has no need for Windows ARM64 debug symbols.
Root cause reference
Failing object:
app/assets/windows/arm64/OpenConsole.pdbFailing run:
63cdd8839a9a4bc60793a7871ac94802f301fe92