Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the CI #24

Closed
Larsouille25 opened this issue Jun 2, 2023 · 3 comments
Closed

Fix the CI #24

Larsouille25 opened this issue Jun 2, 2023 · 3 comments
Labels
A-CI Area: The GitHub CI enhancement New feature or request
Milestone

Comments

@Larsouille25
Copy link
Member

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 Larsouille25 added enhancement New feature or request A-CI Area: The GitHub CI labels Jun 2, 2023
@Larsouille25 Larsouille25 mentioned this issue Jun 2, 2023
5 tasks
@Larsouille25
Copy link
Member Author

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 Larsouille25 added this to the 0.1.0 milestone Jun 4, 2023
@Larsouille25
Copy link
Member Author

OR with this mun-lang/mun#526

@Larsouille25
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI Area: The GitHub CI enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant