We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
builder/build.sh
0.0.10
No response
I think there is a slight error in https://github.com/solo-io/bumblebee/blob/c2422b5bab66754b286d062317e244f02a431dac/builder/build.sh. Shoudn't this be:
clang -g -O2 -target bpf -D__TARGET_ARCH_x86 ${CFLAGS} -Wall -c $1 -o $2
$ bee build -b podman -i ghcr.io/solo-io/bumblebee/builder:0.0.10 --local probe.c my_probe:v1 INFO + CFLAGS= + clang-13 -g -O2 -target bpf -D__TARGET_ARCH_x86 -Wall -c probe.c -o probe.o sh: line 6: clang-13: command not found ERROR Failed to compile BPF program locally Error: exit status 127 2023/12/23 13:38:19 exiting: exit status 127
Should compile fine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
0.0.10
Linux Version
No response
Describe the bug
I think there is a slight error in https://github.com/solo-io/bumblebee/blob/c2422b5bab66754b286d062317e244f02a431dac/builder/build.sh. Shoudn't this be:
Steps to reproduce the bug
Expected Behavior
Should compile fine
Additional Context
No response
The text was updated successfully, but these errors were encountered: