-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
add LLVM 18.1.0 and 18.1.1 #236
Conversation
46c2e92
to
5f0577f
Compare
sorry, i don't have the bandwidth for testing with the fedora or arch container at this moment. |
the test failures on macos-11 and macos-13 are irrelevant:
macos-13:
|
No problem. Thanks for the PR. I'll have some time this week to finish it |
95256c5
to
1556e01
Compare
changelog
|
thanks in advance. |
I failed to install LLVM 18 locally. It seems there are conflicts between 17 and 18. |
@aminya may i learn what exactly the failure you ran into? |
Here's the error for installing LLVM 18. It seems to conflict with LLVM 17
|
Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
i see, looks like
anyway, i am glad that you managed to fix it. much appreciated! |
I couldn't fix it. That's why I reverted the default to 17. |
i see. but we don't have to install both of them for using either of them, right? |
No, but the script should be able to fix the conflicts automatically until we can declare it stable. |
but, but to my best knowledge, the libfoo-dev packages are inherently conflict with each other under most circumstances. |
The script needs to support replacing old packages automatically to prevent conflicts. Otherwise, the system cannot be upgraded, |
Fixes #228
Signed-off-by: Kefu Chai [email protected]