terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.71k stars 197 forks source link

Restore CI test for dynamic linking #636

Open elliottslaughter opened 12 months ago

elliottslaughter commented 12 months ago

634 removed the CI test for dynamic linking, so we need to put it back. I don't think this is a fundamental issue, but it may be one of packaging (I can't find an LLVM package that works correctly). Alternatively, it is possible that mixing dynamic LLVM + static Clang causes problems and we need to switch to full dynamic to get things working again.