Changes between Initial Version and Version 1 of Ticket #69490, comment 3
- Timestamp:
- Apr 25, 2024, 8:22:15 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69490, comment 3
initial v1 7 7 Candidly, I have tried, twice, to set up mpbb locally and haven't managed to succeed in either attempt so far; and most certainly the tests I ran locally with got-portable0.98.2 were OK, so it's kind of difficult for me to recreate the GitHub Actions CI environment to see how I might be able to rectify it otherwise. 8 8 9 In that instance, I could force port:libre tlsinstead of using the dylib approach which had been functional previously I guess?9 In that instance, I could force port:libressl instead of using the dylib approach which had been functional previously I guess? 10 10 11 11 I also tried to crib from the approach I used in the rpki-client Portfile, which attempts to be a little bit smarter with looking into what TLS library MacPorts has installed already and if using OpenSSL, to also install libretls to provide libtls (which is where the GitHub Action CI appears to be breaking with the got 0.98.2 PR I submitted) but when I tried that approach locally, for reasons that are a bit beyond me, MacPorts was still trying to install OpenSSL as a dependency, even when I was explicitly using the +libressl variant; which isn't how that should be functioning, at all.