attempt to fix build of module openresty/headers-more-nginx-module #30
Annotations
1 error and 1 warning
test (1.25.4, tsuru, 1.25.3.1-2~bookworm1, false)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -x && nginx_version=$(echo ${NGINX_VERSION} | sed 's/-.*//g') && curl -fSL \"https://nginx.org/download/nginx-${nginx_version}.tar.gz\" | tar -C /usr/local/src -xzvf- && ln -s /usr/local/src/nginx-${nginx_version} /usr/local/src/nginx && cd /usr/local/src/nginx && configure_args=$(nginx -V 2>&1 | grep \"configure arguments:\" | awk -F 'configure arguments:' '{print $2}'); IFS=','; for module in ${modules}; do module_repo=$(echo $module | sed -E 's@^(((https?|git)://)?[^:]+).*@\\1@g'); module_tag=$(echo $module | sed -E 's@^(((https?|git)://)?[^:]+):?([^:/]*)@\\4@g'); dirname=$(echo \"${module_repo}\" | sed -E 's@^.*/|\\..*$@@g'); git clone \"${module_repo}\"; cd ${dirname}; git fetch --tags; if [ -n \"${module_tag}\" ]; then if [[ \"${module_tag}\" =~ ^(pr-[0-9]+.*)$ ]]; then pr_numbers=\"${BASH_REMATCH[1]//pr-/}\"; IFS=';'; for pr_number in ${pr_numbers}; do git fetch origin \"pull/${pr_number}/head:pr-${pr_number}\"; git merge --no-commit pr-${pr_number} master; done; IFS=','; else git checkout \"${module_tag}\"; fi; fi; cd ..; configure_args=\"${configure_args} --add-dynamic-module=./${dirname}\"; done; unset IFS && eval ./configure ${configure_args} && make modules && cp -v objs/*.so /usr/lib/nginx/modules/" did not complete successfully: exit code: 2
|
test (1.25.4, tsuru, 1.25.3.1-2~bookworm1, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, actions/cache@v3, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|