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

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


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 27 times, most recently from 64f2020 to b2b9c34 Compare October 27, 2024 22:53
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`
Copy link
Member

@tamird tamird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 22 files at r9.
Reviewable status: 1 of 22 files reviewed, 18 unresolved discussions (waiting on @vadorovsky)


Cargo.toml line 66 at r9 (raw file):

]

[workspace.package]

what's going on here? the same information is at the top of this file


Cargo.toml line 72 at r9 (raw file):

edition = "2021"

[workspace.dependencies]

more repetition

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