sourcekitten: improve test & bump to 0.32.0#96932
sourcekitten: improve test & bump to 0.32.0#96932jpsim wants to merge 8 commits intoHomebrew:masterfrom
Conversation
As of jpsim/SourceKitten#728 there's now a way to run SourceKitten while avoiding XPC communication with SourceKit. This should prevent the sandbox violations we were seeing before.
|
So this is interesting. This stronger test requires Xcode 13, even though SourceKitten still supports building with Xcode 12. I'll either check to see what version of Xcode is configured before running this additional test, or more likely in the near future SourceKitten will require Xcode 13 to build so I can just unconditionally run this stronger test. |
|
AFAIR xcode 13 is installed on all CI nodes so that should be fine |
|
Do you know the installation path? I can set it as |
You can use |
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Xcode 13 requires macOS 11.3+, so it's not installed on the macOS 10.15 nodes. |
|
🤖 A scheduled task has triggered a merge. |
As of jpsim/SourceKitten#728 there's now a way to run SourceKitten while avoiding XPC communication with SourceKit.
This should prevent the sandbox violations we were seeing before.