microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.95k stars 240 forks source link

eBPF for Windows fails to build against newest WDK 26100 #4016

Closed Alan-Jowett closed 6 days ago

Alan-Jowett commented 1 week ago

GitHub recently started pushing 26100 WDK, which breaks eBPF for Windows.

shankarseal commented 1 week ago

There is still a chance, While GH is rolling out the new VS tools in its runners, our CICD may get scheduled on a runner with older WDK and build may still fail. A more robust solution would be to Install a nuget version of WDK instead of relying on the one installed in VS on the GH runner. This is tracked by #3844. WIP #4024.