While building with $BuildMethod = 'static' in CI (equivalent to passing STATIC_BUILD=1 to make) integration tests fail with:
nginx: [emerg] dlopen() "/home/runner/work/device-detection-nginx/device-detection-nginx/device-detection-nginx/build/modules/ngx_http_51D_module.so" failed (/home/runner/work/device-detection-nginx/device-detection-nginx/device-detection-nginx/build/modules/ngx_http_51D_module.so: cannot open shared object file: No such file or directory) in /home/runner/work/device-detection-nginx/device-detection-nginx/device-detection-nginx/build/nginx.conf:4
https://github.com/51Degrees/device-detection-nginx/actions/runs/23242527139/job/67583205136#step:5:2078
Because of this static build is currently disabled:
While building with
$BuildMethod = 'static'in CI (equivalent to passingSTATIC_BUILD=1tomake) integration tests fail with:https://github.com/51Degrees/device-detection-nginx/actions/runs/23242527139/job/67583205136#step:5:2078
Because of this static build is currently disabled:
device-detection-nginx/ci/update-packages.ps1
Line 59 in 8653a35