fix: add llvm-libs to AUR makedepends #99

Merged
razvandimescu merged 1 commits from fix/aur-llvm-libs into main 2026-04-13 22:09:08 +08:00
razvandimescu commented 2026-04-13 20:59:22 +08:00 (Migrated from github.com)

Summary

  • Add llvm-libs to PKGBUILD makedepends — fixes rustc failing with "error while loading shared libraries: libLLVM.so" on minimal Arch installs
  • llvm-libs is a transitive dep of cargorust, but isn't always present on minimal systems or rustup-managed toolchains

Fixes #97

Test plan

  • PKGBUILD syntax valid
  • yay -S numa-git on a minimal Arch install (reporter can verify)
## Summary - Add `llvm-libs` to PKGBUILD `makedepends` — fixes `rustc` failing with "error while loading shared libraries: libLLVM.so" on minimal Arch installs - `llvm-libs` is a transitive dep of `cargo` → `rust`, but isn't always present on minimal systems or `rustup`-managed toolchains Fixes #97 ## Test plan - [x] PKGBUILD syntax valid - [ ] `yay -S numa-git` on a minimal Arch install (reporter can verify)
Sign in to join this conversation.