-
Notifications
You must be signed in to change notification settings - Fork 42
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
base: main
Are you sure you want to change the base?
Conversation
c362c1e
to
42e16f3
Compare
7a507e8
to
72afe24
Compare
fbb5e3a
to
2b3fc8b
Compare
35354c9
to
5615015
Compare
64f2020
to
b2b9c34
Compare
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`
There was a problem hiding this 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
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