Skip to content
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

backport #38933: Carry MBedTLS patch that works around CMake 3.18.2 bug. #38968

Merged
merged 1 commit into from
Dec 25, 2020

Conversation

Sacha0
Copy link
Member

@Sacha0 Sacha0 commented Dec 22, 2020

Title says it all :). Best!

MBedTLS fails to build with CMake 3.18.2, due to a bug in
CMake 3.18.2 causing failure to find python3. For more information,
please see Mbed-TLS/mbedtls#3690 and
https://gitlab.kitware.com/cmake/cmake/-/issues/21204.

This pull request applies the MBedTLS patch that works around this
issue from Mbed-TLS/mbedtls#3691, which
has been merged into MBedTLS's development branch but not
yet into a tagged release. The latest minor release as of that
merge was 2.25.0, so it's probably safe to conjecture that this
patch will be live as of minor release 2.26.0; it's also
possible that this patch will land on patch releases for
2.24.0 and 2.25.0, but this author doesn't know.
@Sacha0 Sacha0 requested a review from KristofferC December 22, 2020 19:55
@Sacha0 Sacha0 mentioned this pull request Dec 22, 2020
26 tasks
@KristofferC
Copy link
Member

You can just push the commit to the backport branch and update the first post in the backport PR :)

@KristofferC KristofferC merged commit c678cef into backports-release-1.6 Dec 25, 2020
@KristofferC KristofferC deleted the sv-mbedtls-cmake-findpy-bp branch December 25, 2020 09:33
@Sacha0
Copy link
Member Author

Sacha0 commented Dec 25, 2020

Thanks Kristoffer! :)

You can just push the commit to the backport branch and update the first post in the backport PR :)

I felt bad that I broke your backports branch for a few days last time I pushed directly to it, so I thought perhaps this time I best go through CI on a separate branch first 😄. Let me know if you specifically prefer that I push directly to the branch though --- I'm more than happy to do so if you prefer, just don't want to cause any trouble on the backports branch and/or impede progress :).

staticfloat pushed a commit that referenced this pull request Jan 15, 2021
)

MBedTLS fails to build with CMake 3.18.2, due to a bug in
CMake 3.18.2 causing failure to find python3. For more information,
please see Mbed-TLS/mbedtls#3690 and
https://gitlab.kitware.com/cmake/cmake/-/issues/21204.

This pull request applies the MBedTLS patch that works around this
issue from Mbed-TLS/mbedtls#3691, which
has been merged into MBedTLS's development branch but not
yet into a tagged release. The latest minor release as of that
merge was 2.25.0, so it's probably safe to conjecture that this
patch will be live as of minor release 2.26.0; it's also
possible that this patch will land on patch releases for
2.24.0 and 2.25.0, but this author doesn't know.
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
)

MBedTLS fails to build with CMake 3.18.2, due to a bug in
CMake 3.18.2 causing failure to find python3. For more information,
please see Mbed-TLS/mbedtls#3690 and
https://gitlab.kitware.com/cmake/cmake/-/issues/21204.

This pull request applies the MBedTLS patch that works around this
issue from Mbed-TLS/mbedtls#3691, which
has been merged into MBedTLS's development branch but not
yet into a tagged release. The latest minor release as of that
merge was 2.25.0, so it's probably safe to conjecture that this
patch will be live as of minor release 2.26.0; it's also
possible that this patch will land on patch releases for
2.24.0 and 2.25.0, but this author doesn't know.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants