-
Notifications
You must be signed in to change notification settings - Fork 185
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
Can't build solution because of misconfigured mbedtls dependency #142
Comments
Hi @danigian, thanks a lot for bringing this to our attention. While your PR is indeed an acceptable work around for this issue, unfortunately I will not be able to merge it at this time. Thanks again! |
@beitler I see you fixed the issue. Do you also have any plan to recreate v2.0.5 tag with the fix (or release v2.0.6)? |
The tagged release v2.0.5 will stay as it is. |
Update mbedTLS dependency to version 2.7.5. Related to lorabasics#142
When trying to build the basic station binaries, a failure in cloning from mbedtls dependency is happening.
The reason for this is a rename in mbedtls repository that moved branch mbedtls-2.6 to archive/mbedtls-2.6
I created #143 which fixes this issue.
The text was updated successfully, but these errors were encountered: