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

vendor: update golang.org/x/sys to latest unreleased version #1291

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented Nov 15, 2023

Updating golang.org/x/sys/unix to the recently released v0.14.0 breaks the build because of the missing definition of
BPF_F_KPROBE_MULTI_RETURN, see golang/go#63969.

This was fixed upstream, so manually pull in the latest unreleased version to allow renovate to update other dependencies.

Ref:
cilium/cilium#29070
#1288

Updating `golang.org/x/sys/unix` to the recently released v0.14.0 breaks
the build because of the missing definition of
`BPF_F_KPROBE_MULTI_RETURN`, see golang/go#63969.

This was fixed upstream, so manually pull in the latest unreleased
version to allow renovate to update other dependencies.

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
@rolinh rolinh added the release-note/misc This PR makes changes that have no direct user impact. label Nov 15, 2023
@rolinh rolinh requested a review from a team as a code owner November 15, 2023 10:56
@rolinh rolinh requested review from sayboras and removed request for a team November 15, 2023 10:56
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 15, 2023
@rolinh rolinh merged commit 5bdf701 into main Nov 15, 2023
5 checks passed
@rolinh rolinh deleted the pr/rolinh/xsys branch November 15, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants