lf-lang / lingua-franca

Intuitive concurrent programming in any language
https://www.lf-lang.org
Other
220 stars 57 forks source link

Stop removing GCC on MacOS in CI #2321

Closed petervdonovan closed 1 week ago

petervdonovan commented 1 week ago

The LSP tests are error prone because they test interactions with external tools. They broke because correct behavior depends on how the external tools are made available on the system.

A robust solution would involve either removing the feature that the LSP tests are designed to test, or dockerizing the LSP tests. However, this PR provides a quick stopgap solution instead so that we can avoid having to force an immediate long-term decision.

petervdonovan commented 1 week ago

My latest commit message explains why I decided to give up on this aspect of the workflow run. I can try harder if we think it is important to do so.