microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.84k stars 217 forks source link

yaml-cpp breaks incremental builds #777

Open Alan-Jowett opened 2 years ago

Alan-Jowett commented 2 years ago

The yaml-cpp subproject should build cleanly and should reach a quiescent build state.

Building the solution always causes yaml-cpp to be rebuilt, which slows down testing in Visual Studio (each time developer hits F5, it always has to first rebuild yaml-cpp).

dthaler commented 2 years ago

I believe this issue should be in the ebpf-verifier repo since the vcxproj file is generated there and the issue repros in that repo.

dthaler commented 2 years ago

@dthaler file an issue in the vbpf/ebpf-verifier repo

dthaler commented 2 years ago

Blocked on https://github.com/vbpf/ebpf-verifier/issues/311