You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After recently cloning the repo and rebuilding main from Visual Studio, either in Debug or Release, the sample project fails to build, cascading failures in the installer (which harvests its outputs).
All external submodules, projects & nuget packages are successfully regenerated from scratch, as documented here.
Repetitive errors are:
Repro steps
// Developer Command Prompt with privilege
git clone <repo URL>
git submodule update --recursive --init
cmake -G "Visual Studio 17 2022" -S external\ebpf-verifier -B external\ebpf-verifier\build
cmake -G "Visual Studio 17 2022" -S external\catch2 -B external\catch2\build -DBUILD_TESTING=OFF
cmake -G "Visual Studio 17 2022" -S external\ubpf -B external\ubpf\build
nuget restore ebpf-for-windows.sln
// Go to Visual Studio (no need for admin privilege)
Rebuild solution
<build is NOT successful - as per above>
The text was updated successfully, but these errors were encountered:
After syncing my fork to the latest commit (i.e. up to the one from #2383), most of the errors have gone, although, I'm still seeing just a few more (4 exactly):
After recently cloning the repo and rebuilding
main
from Visual Studio, either inDebug
orRelease
, thesample
project fails to build, cascading failures in the installer (which harvests its outputs).All external submodules, projects & nuget packages are successfully regenerated from scratch, as documented here.
Repetitive errors are:
Repro steps
The text was updated successfully, but these errors were encountered: