Build Workflow #196
Annotations
1 error and 1 warning
Build and push
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading