mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6685ae7aa2
Instead of relying on Homebrew for macOS (which ships older LLVM versions) and `apt.llvm.org` for Linux (which often has bugs at the packaging level), we now use: - The tarball from Rust CI to provide `libLLVM`. This ensures it always matches the version used by the latest Rust nightly. - The tarball from https://github.com/llvm/llvm-project to provide `clang` and `llvm-objcopy`. In this case, an exact match with `libLLVM` in `rustc` is not necessary. Nevertheless, using the latest versions is preferred. Fixing the build on macOS runners is the main motivation behind this change. Co-authored-by: tyrone-wu <wudevelops@gmail.com> |
2 months ago | |
---|---|---|
.. | ||
.cargo | 1 year ago | |
src | 2 months ago | |
Cargo.toml | 2 months ago | |
build.rs | 1 year ago | |
rust-toolchain.toml | 1 year ago |