https://bugzilla.redhat.com/show_bug.cgi?id=2480343
--- Comment #3 from Viktor Malik <[email protected]> --- The bpftrace upstream provides statically linked binaries as release artifacts, for example for the latest 0.26.1 release: https://github.com/bpftrace/bpftrace/releases/download/v0.26.1/bpftrace Technically, these are AppImage files, but they should be executable on any modern Linux distro (including Fedora) without additional dependencies. They are built with Nix so should be 100% reproducible, which means that if we packaged them to Fedora, we would end up with exactly the same binary as the one provided upstream. In such a case, you can as well download from upstream. Note: the mentioned .github/include/static.sh script is mostly for testing static build in the CI. The produced binary wouldn't work on Fedora since it's built on Alpine Linux and uses musl libc (instead of glibc). -- You are receiving this mail because: You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2480343 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202480343%23c3 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
