-
Notifications
You must be signed in to change notification settings - Fork 99
Adapt to linux 6.6 kernel #1260
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
base: main
Are you sure you want to change the base?
Conversation
/assign @bitcoffeeiux @nlgwcy |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ff2a3ff
to
f6351a8
Compare
Signed-off-by: lec-bit <[email protected]>
382b02a
to
228ede0
Compare
f7faf12
to
933c908
Compare
Signed-off-by: lec-bit <[email protected]>
Can you link the proposal |
|
||
# Setup Go | ||
COPY --from=golang:1.23.2 /usr/local/go/ /usr/local/go/ | ||
COPY --from=golang:latest /usr/local/go/ /usr/local/go/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, i think we should explicitly specify golang version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super good
@@ -1,13 +1,17 @@ | |||
#!/bin/bash | |||
ROOT_DIR=$(git rev-parse --show-toplevel) | |||
|
|||
TARGET_DIR="$ROOT_DIR/bpf/kmesh/bpf2go/kernelnative/enhanced" | |||
TARGET_DIR="$ROOT_DIR/bpf/kmesh/bpf2go/kernelnative/normal" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this what's causing the CI error?
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: