ld: dockerfile enhancements #253
Annotations
1 error and 1 warning
Build
buildx bake failed with: ERROR: target binutils-linux-ppc64le-alpine: failed to solve: process "/bin/sh -c set -ex\n export CC=xx-clang CXX=xx-clang++ CFLAGS=\"$BINUTILS_CFLAGS\" CXXFLAGS=\"$BINUTILS_CFLAGS\"\n tar xf binutils-${BINUTILS_VERSION}.tar.gz\n cd binutils-${BINUTILS_VERSION}\n for f in ../patches/*; do patch -p1 < $f; done\n ./configure \\\n --disable-separate-code \\\n --libdir=/lib \\\n --prefix=/out \\\n --disable-multilib \\\n --enable-deterministic-archives \\\n --target=$(TARGETPLATFORM= TARGETPAIR=$BINUTILS_TARGET xx-info) \\\n --host=$(xx-clang --print-target-triple) \\\n --disable-nls \\\n --enable-gold \\\n --enable-relro \\\n --enable-plugins \\\n --with-pic \\\n --with-mmap \\\n --with-system-zlib \\\n --disable-gprofng \\\n $BINUTILS_CONFIG\n make -j $(nproc)\n make install\n cd ..\n rm -rf binutils-${BINUTILS_VERSION}\n for f in /out/bin/*; do xx-verify $f; done\n" 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