add loong64 support for src #63
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ld.yml
on: pull_request
Matrix: binutils
Matrix: ld
Matrix: ld64
release
0s
Annotations
2 errors
binutils (binutils-linux-loong64-alpine)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c export CC=xx-clang CXX=xx-clang++ CFLAGS=\"$BINUTILS_CFLAGS\" CXXFLAGS=\"$BINUTILS_CFLAGS\" && tar xf binutils-${BINUTILS_VERSION}.tar.gz && cd binutils-${BINUTILS_VERSION} && for f in ../patches/*; do patch -p1 < $f; done && ./configure --disable-separate-code --libdir=/lib --prefix=/out --disable-multilib --enable-deterministic-archives --target=$(TARGETPLATFORM= TARGETPAIR=$BINUTILS_TARGET xx-info) --host $(xx-clang --print-target-triple) --disable-nls --enable-gold --enable-relro --enable-plugins --with-pic --with-mmap --with-system-zlib --disable-gprofng $BINUTILS_CONFIG && make -j $(nproc) && make install && cd .. && rm -rf binutils-${BINUTILS_VERSION} && for f in /out/bin/*; do xx-verify $f; done" did not complete successfully: exit code: 1
|
ld (ld-linux-loong64-static-tgz)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c export CC=xx-clang CXX=xx-clang++ CFLAGS=\"$LD_CFLAGS --static\" CXXFLAGS=\"$LD_CFLAGS\" LD_TARGET_TRIPLE=$(TARGETPLATFORM= TARGETPAIR=$LD_TARGET xx-info) XX_CC_PREFER_LINKER=ld && tar xf binutils-${BINUTILS_VERSION}.tar.gz && cd binutils-${BINUTILS_VERSION} && for f in ../patches/*; do patch -p1 < $f; done && ./configure --disable-separate-code --libdir=/lib --prefix=/ --disable-multilib --enable-deterministic-archives --target=$LD_TARGET_TRIPLE --host $(xx-clang --print-target-triple) --disable-nls --disable-gold --enable-relro --disable-plugins --with-pic --with-mmap --with-system-zlib --disable-gas --disable-elfcpp --disable-binutils --disable-gprofng $BINUTILS_CONFIG && make -j $(nproc) && make install && cd .. && rm -rf binutils-${BINUTILS_VERSION} && xx-verify --static /$LD_TARGET_TRIPLE/bin/ld && mkdir -p /out && mv /$LD_TARGET_TRIPLE/bin/ld /out/$LD_TARGET-ld && mkdir -p /out/ldscripts && mv /$LD_TARGET_TRIPLE/lib/ldscripts/* /out/ldscripts/" did not complete successfully: exit code: 1
|