-
Notifications
You must be signed in to change notification settings - Fork 175
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
Use clang for libpcap and CGO compilation #221
Labels
Comments
brb
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Jul 6, 2023
@brb hi I want to work on this issue can you guide me through it |
@swastik959 Hi, thanks for taking it. A C compiler is used in the following places:
The issue is about using Clang for those in https://github.com/cilium/pwru/tree/main/.github/workflows. |
@brb do I only need to change the CC and LIBPCAP_CC to clang |
Most likely yes - in the GH workflows. |
👋 @swastik959 Any update on the issue? |
This was referenced Oct 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the BPF code compilation we already use clang. Let's use the same compiler for the libpcap.a and CGO compilations.
The text was updated successfully, but these errors were encountered: