wodby / varnish

Varnish docker container image
https://wodby.com/stacks/varnish
MIT License
59 stars 29 forks source link

Upgrade alpine to 3.17 #36

Closed csandanov closed 11 months ago

csandanov commented 1 year ago

Currently compilation fails due to libexecinfo pkg removed from alpine 3.17:

#9 58.43 checking whether we have support for visibility attributes... yes
#9 58.48 checking for setproctitle... no
#9 58.52 checking for library containing backtrace... no
#9 58.60 configure: error: Could not find backtrace() support

ref https://github.com/DataDog/dd-trace-php/issues/1824, https://github.com/dmlc/xgboost/issues/8595, https://github.com/awslabs/aws-lambda-cpp/issues/124