Docker Image CI #167
Annotations
1 error and 1 warning
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get dist-upgrade --yes && \tapt-get install --yes --no-install-recommends \t\tapktool \t\tbuild-essential \t\tclang \t\tcmake \t\tcurl \t\tdevscripts \t\tequivs \t\tgenisoimage \t\tgit \t\tlibssl-dev \t\tlibxml2-dev \t\tlibxmlb-dev \t\tninja-build \t\tpython3-pip \t\twget \t\tzlib1g-dev && \tgit clone https://github.com/radareorg/radare2.git /opt/radare2 && /opt/radare2/sys/install.sh && \tcurl -sSL https://salsa.debian.org/reproducible-builds/diffoscope/-/archive/${DIFFOSCOPE_VERSION}/diffoscope-${DIFFOSCOPE_VERSION}.tar.gz | tar xzC /opt && ln -sv /opt/diffoscope-${DIFFOSCOPE_VERSION} /opt/diffoscope && \tmk-build-deps --install --tool 'apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' /opt/diffoscope/debian/control && \trm -rf /opt/diffoscope/debian && \tln -s /usr/lib/x86_64-linux-gnu/xb-tool /usr/local/bin/xb-tool && \tpip3 --no-cache-dir install --break-system-packages defusedxml r2pipe && \tgit clone https://github.com/tpoechtrager/apple-libtapi.git /tmp/apple-libtapi && cd /tmp/apple-libtapi && ./build.sh && ./install.sh && cd / && rm -rf /tmp/apple-libtapi && \tgit clone https://github.com/tpoechtrager/xar.git /tmp/xar && cd /tmp/xar/xar && ./configure && make -j $(nproc) && make install && cd / && rm -rf /tmp/xar && \tgit clone https://github.com/tpoechtrager/apple-libdispatch.git /tmp/libdispatch && cd /tmp/libdispatch && cmake -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ . && ninja && ninja install && cd / && rm -rf /tmp/libdispatch && \tgit clone https://github.com/tpoechtrager/cctools-port.git /tmp/cctools-port && cd /tmp/cctools-port/cctools && ./configure && make -j $(nproc) && make install && cd / && rm -rf /tmp/cctools-port && \t\trm /usr/local/bin/ar && \t\trm /usr/local/bin/as && \t\trm /usr/local/bin/ld && \t\trm /usr/local/bin/nm && \t\trm /usr/local/bin/ranlib && \t\trm /usr/local/bin/size && \t\trm /usr/local/bin/strings && \t\trm /usr/local/bin/strip && \tcurl -sSL https://coreboot.org/releases/coreboot-${COREBOOT_VERSION}.tar.xz | tar xJC /tmp && cd /tmp/coreboot-${COREBOOT_VERSION}/util && make -C cbfstool -j $(nproc) && make install -C cbfstool && cd / && rm -rf /tmp/coreboot-${COREBOOT_VERSION} && \tapt-get remove --purge --yes \t\tbuild-essential \t\tclang \t\tcmake \t\tcurl \t\tdevscripts \t\tequivs \t\tgit \t\tninja-build \t\tpython3-pip \t\twget && \tapt-get clean && \trm -rf /var/lib/apt/lists/*" 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