-
Notifications
You must be signed in to change notification settings - Fork 824
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
Use custom LLVM builds #2921
Comments
silwol
added a commit
that referenced
this issue
Jun 14, 2022
This was referenced Jun 14, 2022
silwol
added a commit
that referenced
this issue
Jun 14, 2022
silwol
added a commit
that referenced
this issue
Jun 14, 2022
silwol
added a commit
that referenced
this issue
Jun 15, 2022
silwol
added a commit
that referenced
this issue
Jun 16, 2022
silwol
added a commit
that referenced
this issue
Jun 20, 2022
bors bot
added a commit
that referenced
this issue
Jun 21, 2022
2949: Switch back to using custom LLVM builds on CI r=epilys a=silwol Closes: #2921 # Description Switch back to using the custom LLVM builds from [wasmerio/llvm-custom-builds](https://github.com/wasmerio/llvm-custom-builds). This will remove the dependency of binaries to `libtinfo5`, verified that in a VM. # Review - [x] Add a short description of the change to the CHANGELOG.md file Co-authored-by: Wolfgang Silbermayr <[email protected]>
epilys
pushed a commit
that referenced
this issue
Jul 20, 2022
ptitSeb
pushed a commit
that referenced
this issue
Oct 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the default LLVM builds require the library
libtinfo.so.5
which is not always available (for example, in musl).We should go back to using https://github.com/wasmerio/llvm-custom-builds in our codebase to remove this dependency.
This issue is a follow-up from #2822
The text was updated successfully, but these errors were encountered: