[question] pre-compile BCC source code and run it in another machine with the same kernel version
Open
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
Hi, my dev and production environment is consistent, which means they have the same kernel version and configurations. It means it is ok for me to generate a kernel-dependent executable binary.
Thus I'd like to know whether there is a way to pre-compile BCC source code into a binary in a dev machine and then run it directly in a production machine with BCC. So that I do not need to do on-the-fly compiling in production machines.
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.