You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially we can have a -libs image with all the dependencies installed, as needed for the R build.
At some point we will want to have individual packages, otherwise building the -libs image takes a long time, making upgrade of dependency versions harder.
We can build Alpine packages, by modifying the original Alpine APKBUILD files.
One question is whether we should install them at /usr or /usr/local. The latter is better if we want to share the libs with the glibc builds. But then we cannot install libs from stock Alpine, because they install at /usr. So we would need to build everything ourselves. Probably OK, because we are building almost everything already.
Manually built currently:
Installed from Alpine
The text was updated successfully, but these errors were encountered: