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
This issue is a backlog for the first version of Alpine CI script.
Although the issues below are not blockers fixing them will improve usability or/and maintainability:
1. masamitsu-murase/seven_zip_ruby#36
Impact: we have to build on Alpine 3.15. Builds on 3.16+ will fail.
Complexity to fix: low
2. lutaml/expressir#106
Impact: we have to use force_ruby_platform true setting thus rebuilding all native extensions which causes the next issue
Complexity to fix: high
3. when native extensions for nokogiry are rebuild they use dynamic linking
Impact: we have to install additional packages in the execution environment libstdc++ xz libarchive
Complexity to fix: high
4. fontist gem ignores system SSL setting and uses embedded settings from build environment. Actually it is not fontists but some libary it uses. Most likely Down
Impact: SSL_CERT_DIR shall be set in the execution environment even if it uses default serttings
Complexity to fix: high
This issue is a backlog for the first version of Alpine CI script.
Although the issues below are not blockers fixing them will improve usability or/and maintainability:
1. masamitsu-murase/seven_zip_ruby#36Impact: we have to build on Alpine 3.15. Builds on 3.16+ will fail.
Complexity to fix: low
2. lutaml/expressir#106
Impact: we have to use
force_ruby_platform true
setting thus rebuilding all native extensions which causes the next issueComplexity to fix: high
3. when native extensions for nokogiry are rebuild they use dynamic linking
Impact: we have to install additional packages in the execution environment
libstdc++ xz libarchive
Complexity to fix: high
4. fontist gem ignores system SSL setting and uses embedded settings from build environment. Actually it is not fontists but some libary it uses. Most likely
Down
Impact:
SSL_CERT_DIR
shall be set in the execution environment even if it uses default serttingsComplexity to fix: high
Originally posted by @maxirmx in #158 (comment)
The text was updated successfully, but these errors were encountered: