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

fix(bpf): Compile eBPF probe with -Wno-unknown-attributes #1210

Merged

Commits on Jul 17, 2023

  1. fix(bpf): Compile eBPF probe with -Wno-unknown-attributes

    In some cases we use clang 7 to build the eBPF probe.
    That version of clang is too old to support some of the compiler
    attributes which appear in the source code for more modern kernel
    versions.  So disable warnings associated with unknown attributes.
    
    Signed-off-by: Joseph Pittman <joseph.pittman@sysdig.com>
    Signed-off-by: Luca Guerra <luca@guerra.sh>
    jcpittman144 authored and LucaGuerra committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e987614 View commit details
    Browse the repository at this point in the history