-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[1.2] Build issue #30640
Comments
I also encountered the same situation and could not resolve it. I don't know if you have solved this problem yet? |
At the time of posting this issue it was the latest commit, so i dont know wether it is just an issue on that commit or on tip as well, i dont have the time to fully clone a 20Gb+ repo every commit to check if the issue has been resolved, thats why i opened this issue. |
Sadly not, but i got it working another way, since i wanted to build for esp32, i followed the Espressif guide for the esp matter sdk, which is built on top of this repo, and it worked perfectly fine |
@WeeXnes I asked about tip vs not because that test was somewhat broken for a while and failing for some people with symptoms similar to what you have here. This was fixed, but it may or may not have fixed the problem you are seeing. So if you do get a chance to re-check with tip that would be very helpful for diagnosis purposes. |
- TestPlatformMgr did not set a CommissionableDataProvider. - Recent code changes make that test hit codepaths that try to setup BLE advertisement on Linux platform when default-built. - This PR adds a CommissionableDataProvider instance for the whole test with default test values. Tests now pass. Fixes project-chip#30640
- TestPlatformMgr did not set a CommissionableDataProvider. - Recent code changes make that test hit codepaths that try to setup BLE advertisement on Linux platform when default-built. - This PR adds a CommissionableDataProvider instance for the whole test with default test values. Tests now pass. Fixes #30640
- TestPlatformMgr did not set a CommissionableDataProvider. - Recent code changes make that test hit codepaths that try to setup BLE advertisement on Linux platform when default-built. - This PR adds a CommissionableDataProvider instance for the whole test with default test values. Tests now pass. Fixes project-chip#30640
Reproduction steps
im trying to build the project, i did eveything according to the build guide for linux. but eveytime i try to run the
i get the following output;
Bug prevalence
when trying to setup build env
GitHub hash of the SDK that was being used
b02f774
Platform
other
Platform Version(s)
1.2
Type
Platform Issue
Anything else?
No response
The text was updated successfully, but these errors were encountered: