You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building tracee using clang-18, the verifier fails the eBPF programs.
clang-18 is the default version for ubuntu 24.04 (noble).
Output of tracee version:
main
Output of uname -a:
Linux ******** 6.8.0-1019-aws #21-Ubuntu SMP Wed Nov 6 21:53:02 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
Additional details
I tested this on both Linux 6.8.0 aarch64 and Linux 5.15.146 x86_64. I also tried building tracee on the same machine in an ubuntu 22.04 container, and everything worked fine.
The text was updated successfully, but these errors were encountered:
Description
When building tracee using clang-18, the verifier fails the eBPF programs.
clang-18 is the default version for ubuntu 24.04 (noble).
Output of
tracee version
:main
Output of
uname -a
:Additional details
I tested this on both Linux 6.8.0 aarch64 and Linux 5.15.146 x86_64. I also tried building tracee on the same machine in an ubuntu 22.04 container, and everything worked fine.
The text was updated successfully, but these errors were encountered: