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
Add dynamic matrix generation for winpcap / npcap backends. (#1950)
* Add debug jobs for selecting winpcap or npcap matrix.
* Update step so it does not use secrets directly in bash.
* Fix syntax.
* Fix condition.
* Attempt to fix again.
* Fix quotes.
* Fix expression again...
* temp remove the secret check
* Fix case?
* Fix step outputs.
* Test dynamic matrix on mingw job.
* Expand matrices on windows and mingw.
* Rename matrix generation job.
* Add step to enable Npcap backend if OEM credentials are available.
* Fix conditional.
* Updated step desc.
* Improve comments.
* Lint
* Fix case.
* Add step explaining why NPcap is unavailable.
* Fix quotes.
* Add another output that prefers Npcap backend but will use Winpcap if Npcap is not available.
* Rollback windows jobs to a partial matrix.
- Use Npcap backend for x64 jobs if available.
* Removed quotation marks from npcap-or-default as it will not be read as a json object.
* Rollback mingw jobs to single jobs.
* Remove pcap-backends output.
0 commit comments