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 #697, When building in nocore mode, use only non-core bytecode les by default. #708

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

cfc4n
Copy link
Member

@cfc4n cfc4n commented Dec 27, 2024

When compiling eBPF bytecode as non-core, only *_noncore.o files exist in the assets directory. In this case, we can ignore the BTFMode specified in command-line arguments and directly select *_noncore.o files.

…les by default.

When compiling eBPF bytecode as non-core, only *_noncore.o files exist in the assets directory. In this case, we can ignore the BTFMode specified in command-line arguments and directly select *_noncore.o files.

Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
@cfc4n cfc4n added the fix bug fix PR label Dec 27, 2024
@cfc4n cfc4n linked an issue Dec 27, 2024 that may be closed by this pull request
@cfc4n cfc4n merged commit 9b2d477 into master Dec 27, 2024
6 checks passed
@cfc4n cfc4n deleted the non-core-bytecode-file-notfound branch December 27, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix bug fix PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When the compiled version is nocore, run failed.
1 participant