Build Workflow #191
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c buildDeps=' \t\tautomake \t\targon2-dev \t\tbash \t\tasciidoctor \t\tcmake \t\tcurl-dev \t\texpat \t\tg++ \t\tgcc \t\tgit \t\tlibgcrypt-dev \t\tlibmicrohttpd-dev \t\tlibqrencode-dev\t\t\tlibsodium-dev \t\tmake \t\tqt5-qtbase-dev \t\tqt5-qtsvg-dev \t\tqt5-qttools-dev \t\tqt5-qtx11extras-dev \t\tbotan-dev \t\talpine-conf libx11 libxtst-dev libxi-dev \t' \tset -x \t&& apk add --no-cache --virtual .build-deps \t\t$buildDeps \t&& git clone --depth 1 --branch ${KEEPASSXC_VERSION} https://github.com/keepassxreboot/keepassxc.git /usr/src/keepassxc \t&& cd /usr/src/keepassxc \t&& mkdir build \t&& cd build \t&& cmake -DWITH_TESTS=${KEEPASSXC_TESTS} -DWITH_XC_AUTOTYPE=${KEEPASSXC_AUTOTYPE} -DWITH_XC_NETWORKING=${KEEPASSXC_NETWORKING} .. \t&& make \t&& make install \t&& setup-timezone -z UTC \t&& apk del .build-deps \t&& rm -rf /usr/src/keepassxc \t&& echo \"Build complete.\"" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading