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.
aya/test/integration-test
Michal Rostecki 6685ae7aa2 ci: Use pre-release LLVM versions from tarballs
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>
3 days ago
..
bpf aya-obj: Handle lack of match of enum variants correctly 8 months ago
src ci: Use pre-release LLVM versions from tarballs 3 days ago
Cargo.toml Release aya-obj v0.1.0, aya v0.12.0, safety bump aya-log v0.2.0 7 months ago
build.rs Appease clippy 4 months ago