AI agents are confused by LFS test links and have to investigate them in every session:
Ah, the .so files are ASCII text, not binary ELF files! They're likely Git LFS pointers or some kind of placeholder. That's why they fail with "invalid ELF header".I need to build the native libraries from source. Let me try the native build:
Would it be better to enable LFS support, if the repository is using LFS?
https://github.com/eclipse-platform/eclipse.platform.swt/blame/cf3719499a6732cfcb91587bc0aefc04b5a85e35/.github/workflows/copilot-setup-steps.yml#L18-L21
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
lfs: false # why?
AI agents are confused by LFS test links and have to investigate them in every session:
Would it be better to enable LFS support, if the repository is using LFS?
https://github.com/eclipse-platform/eclipse.platform.swt/blame/cf3719499a6732cfcb91587bc0aefc04b5a85e35/.github/workflows/copilot-setup-steps.yml#L18-L21