zom-lang / zom

Zom is a Ahead Of Time compiled system programming language.
Other
4 stars 2 forks source link

Fix the CI #24

Closed Larsouille25 closed 1 year ago

Larsouille25 commented 1 year ago

Is your feature request related to a problem? Please describe. The CI says LLVM isn't installed but there is an action to install it. After an issue opened here, the CI needs to install llvm-config with the according version of LLVM. (for the moment as long as this issue is not closed, the CI will be deactivated)

Describe the solution you'd like Install, rather compile llvm with https://github.com/llvmenv/llvmenv

Describe alternatives you've considered Create a github action that compiles LLVM and install it but too long and maybe later I'll do it but now I don't have time.

Larsouille25 commented 1 year ago

OR !! I've just found a marvelous CI with Inkwell, they wrote their own action and I think I will (if they agree) copy this because it's amazing

Larsouille25 commented 1 year ago

OR with this https://github.com/mun-lang/mun/issues/526

Larsouille25 commented 1 year ago

like said in #6 i don't know if it's worth the time to do CI and tests / benchmarks ...