Skip to content
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

ci: Build statically linked bpf-linker in CI #215

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vadorovsky
Copy link
Member

@vadorovsky vadorovsky commented Aug 2, 2024

  • Download LLVM builds from Rust CI.
  • Always link libLLVM statically.
  • For now, do it only for x86_64.

This change is Reviewable

@vadorovsky vadorovsky force-pushed the binstall branch 2 times, most recently from c362c1e to 42e16f3 Compare August 2, 2024 15:50
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@vadorovsky vadorovsky force-pushed the binstall branch 5 times, most recently from 7a507e8 to 72afe24 Compare August 14, 2024 15:54
Cargo.lock Outdated Show resolved Hide resolved
.github/workflows/llvm.yml Outdated Show resolved Hide resolved
.github/workflows/llvm.yml Outdated Show resolved Hide resolved
.github/workflows/llvm.yml Outdated Show resolved Hide resolved
.github/workflows/llvm.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@vadorovsky vadorovsky force-pushed the binstall branch 10 times, most recently from fbb5e3a to 2b3fc8b Compare August 14, 2024 17:11
.github/workflows/llvm.yml Outdated Show resolved Hide resolved
.github/workflows/llvm.yml Outdated Show resolved Hide resolved
.github/workflows/llvm.yml Outdated Show resolved Hide resolved
@vadorovsky vadorovsky force-pushed the binstall branch 10 times, most recently from 35354c9 to 5615015 Compare August 18, 2024 06:00
@vadorovsky vadorovsky force-pushed the binstall branch 10 times, most recently from 7a9c7bc to 4c5d5d5 Compare September 8, 2024 05:57
@vadorovsky vadorovsky force-pushed the binstall branch 18 times, most recently from 3c5a3ef to 1439a52 Compare September 21, 2024 06:31
Build LLVM and bpf-linker with statically linked libLLVM for multiple
architectures. Include the resulting build artifacts on the release
pages, so they can be installed with `cargo binstall`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants