feature add glibc
Some checks failed
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Waiting to run
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 44s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 45s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Has been cancelled
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 2m38s
Some checks failed
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Waiting to run
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 44s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 45s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Has been cancelled
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 2m38s
This commit is contained in:
parent
466ff894ad
commit
53cfba5955
@ -28,7 +28,6 @@ jobs:
|
|||||||
# - host-afl.toolchain.cmake
|
# - host-afl.toolchain.cmake
|
||||||
- hisiv510.toolchain.cmake
|
- hisiv510.toolchain.cmake
|
||||||
- himix200.toolchain.cmake
|
- himix200.toolchain.cmake
|
||||||
# - mips64el-linux-gnuabi64.toolchain.cmake
|
|
||||||
- mipsel-openwrt-linux-musl.toolchain.cmake
|
- mipsel-openwrt-linux-musl.toolchain.cmake
|
||||||
- mipsel-openwrt-linux.toolchain.cmake
|
- mipsel-openwrt-linux.toolchain.cmake
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
yum clean all
|
yum clean all
|
||||||
yum install -y libarchive cmake make gcc gcc-c++ openssl-devel autoconf libtool pkg-config python3
|
yum install -y libarchive cmake make gcc gcc-c++ openssl-devel autoconf libtool pkg-config python3 glibc
|
||||||
dnf -y --enablerepo=PowerTools install ninja-build
|
dnf -y --enablerepo=PowerTools install ninja-build
|
||||||
cd qemu
|
cd qemu
|
||||||
./configure --target-list=arm-linux-user --prefix=$GITHUB_WORKSPACE/qemu-install
|
./configure --target-list=arm-linux-user --prefix=$GITHUB_WORKSPACE/qemu-install
|
||||||
|
Loading…
Reference in New Issue
Block a user