Skip to content

bazel/liburing: Fix CFLAGS for sysroot#42594

Merged
phlax merged 1 commit intoenvoyproxy:mainfrom
phlax:liburing-sysroot
Dec 12, 2025
Merged

bazel/liburing: Fix CFLAGS for sysroot#42594
phlax merged 1 commit intoenvoyproxy:mainfrom
phlax:liburing-sysroot

Conversation

@phlax
Copy link
Copy Markdown
Member

@phlax phlax commented Dec 12, 2025

this fixes the issue where configure detects kernel support for openat, but then make is unable to build with that support

Fix #42562

this fixes the issue where configure detects kernel support for openat, but then
make is unable to build with that support

Fix envoyproxy#42562

Signed-off-by: Ryan Northey <ryan@synca.io>
@repokitteh-read-only repokitteh-read-only Bot added the deps Approval required for changes to Envoy's external dependencies label Dec 12, 2025
@repokitteh-read-only
Copy link
Copy Markdown

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @moderation

🐱

Caused by: #42594 was opened by phlax.

see: more, trace.

@phlax phlax assigned jwendell and moderation and unassigned moderation Dec 12, 2025
@phlax
Copy link
Copy Markdown
Member Author

phlax commented Dec 12, 2025

axboe/liburing#1505

@phlax
Copy link
Copy Markdown
Member Author

phlax commented Dec 12, 2025

/retest flakey tcp_tunneling_integration_test

@phlax phlax enabled auto-merge (squash) December 12, 2025 13:27
@phlax phlax merged commit 8af856e into envoyproxy:main Dec 12, 2025
25 of 26 checks passed
MayorFaj pushed a commit to MayorFaj/envoy that referenced this pull request Dec 15, 2025
this fixes the issue where configure detects kernel support for openat,
but then make is unable to build with that support

Fix envoyproxy#42562

Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Signed-off-by: MayorFaj <mayorfaj@gmail.com>
grnmeira pushed a commit to grnmeira/envoy that referenced this pull request Mar 20, 2026
this fixes the issue where configure detects kernel support for openat,
but then make is unable to build with that support

Fix envoyproxy#42562

Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Signed-off-by: Gustavo <grnmeira@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai:assisted deps Approval required for changes to Envoy's external dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Still get error "include/liburing/compat.h:25:10: fatal error: 'linux/openat2.h' file not found" when building liburing

4 participants