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

Add support for WDK 26100.0 #4015

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Alan-Jowett
Copy link
Member

@Alan-Jowett Alan-Jowett commented Nov 15, 2024

Resolves: #4016

Description

This pull request includes an update to the Directory.Build.props file to add a new Windows SDK directory to the additional include directories.

  • Directory.Build.props: Added $(WindowsSdkDir)Include0.0.26100.0\km to the AdditionalIncludeDirectories to include the new Windows SDK directory.

Testing

CI/CD

Documentation

No.

Installation

No.

mikeagun
mikeagun previously approved these changes Nov 15, 2024
@dthaler
Copy link
Collaborator

dthaler commented Nov 15, 2024

What problem is this fixing? The PR adds another path after Include\10.0.22621.0\km which means if any file exists in 22621 it will be used instead. Any file that is new in 26100 will use 26100, resulting in a mismatch of headers, which may break compilation.

Signed-off-by: Alan Jowett <[email protected]>
@Alan-Jowett
Copy link
Member Author

What problem is this fixing? The PR adds another path after Include\10.0.22621.0\km which means if any file exists in 22621 it will be used instead. Any file that is new in 26100 will use 26100, resulting in a mismatch of headers, which may break compilation.

The issue is that GitHub us rolling out 26100 which breaks eBPF for Windows builds

Signed-off-by: Alan Jowett <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eBPF for Windows fails to build against newest WDK 26100
3 participants