update binutils to 2.43.1 #242
Annotations
1 error and 1 warning
Build
buildx bake failed with: ERROR: target ld-windows-amd64-static-tgz: failed to solve: process "/bin/sh -c set -ex\n export CC=xx-clang CXX=xx-clang++ LD=lld BINUTILS_TARGET=${TARGETPLATFORM}\n unset TARGETPLATFORM\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=/usr \\\n --disable-multilib \\\n --enable-deterministic-archives \\\n --target=$(TARGETPLATFORM=$BINUTILS_TARGET xx-info) \\\n --disable-nls \\\n --disable-gprofng || (cat config.log && false)\n make -j $(nproc)\n make install\n cd ..\n rm -rf binutils-${BINUTILS_VERSION}\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