microsoft/xdp-for-windows

UseJitEbpf is not passed

ami-GS opened this issue · 1 comments

UseJitEbpf is not passed as parameter

& "$RootDir\tools\setup.ps1" -Install ebpf -Config $Config -Arch $Arch -UseJitEbpf:$UseJitEbpf

./tools/functional.ps1 -Verbose -Config Debug -Arch x64 -Iterations 1 -Timeout 250 -TestCaseFilter "Name=LoadApi"

functional.ps1: The variable '$UseJitEbpf' cannot be retrieved because it has not been set.

commenting out -UseJitEbpf:$UseJitEbpf cause installation problem
ebpfinstall_2.txt