I’m running a Julia HTTP application in a container, and I noticed that installing MbedTLS required me to install cmake, g++, etc in order to build something. I understand that binary dependencies are ideally satisfied by jll packages, and indeed there’s an MbedTLS_jll package available. So what exactly is going on here? I would rather not need to add build tools in my container, so how can I track down where this dependency is coming from, and is this goal reasonable in the first place?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
PackageCompiler.jl complaining that MbedTLS.jl might not be relocatable | 5 | 665 | February 20, 2020 | |
HTTP and MbedTLS installation issues | 1 | 834 | September 24, 2018 | |
BinaryBuilder or running `build.jl` as root? | 17 | 690 | June 26, 2023 | |
Issues installing a range of packages | 7 | 1734 | March 16, 2019 | |
Confused: MbedTLS broken on GitHub Actions with identical code | 1 | 411 | August 4, 2020 |