-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libusb] Fix issue to support linux #9561
Conversation
I still kept the build "blocked" on linux because it was triggering failures on other ports when found. Maybe it's time to fix them :) |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
libusb:x64-linux and libusb:x64-osx currrently clean, the failed ports which depend on libusb doesn't relate to this changes, so I set them failed temproraily in ci baseline file for unblocking this PR. I will summit seperate PRs to fix these failures. treehopper:x64-linux |
360241b
to
74fc097
Compare
why do you say so? |
@cenit, the libusb failed on linux before, so these ports which depend on it haven't been test, and they failed before, so it's not a regression issue involved by this PR, they need seperate PRs to support/unsupport on linux. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
* [libusb] support linux * Add Supports * Using vcpkg_configure_make instead * Revert to install headers in windows * Fix failures in libftd1 * Update treehopper * Add failed ports in ci baseline file * Revert to remove azure-kinect-sensor-sdk:x64-windows-static=fail in baseline file * Resolve conflicts Co-authored-by: PhoebeHui <[email protected]>
Fix related issue #9560
libusb support linux, and actually it doesn't support uwp.
Linux supported and this issue involved by commit 47d206