feature support submodules
Some checks failed
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m31s
rpcrypto-build / build (Debug, hisiv500.toolchain.cmake) (push) Successful in 1m31s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m35s
rpcrypto-build / build (Debug, host.toolchain.cmake) (push) Failing after 2m26s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m20s
rpcrypto-build / build (Debug, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m24s
rpcrypto-build / build (Debug, host-afl.toolchain.cmake) (push) Successful in 3m5s
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m20s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m30s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m25s
rpcrypto-build / build (Release, hisiv500.toolchain.cmake) (push) Successful in 1m26s
rpcrypto-build / build (Release, host-afl.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, host.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mips64el-linux-gnuabi64.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Has been cancelled
Some checks failed
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m31s
rpcrypto-build / build (Debug, hisiv500.toolchain.cmake) (push) Successful in 1m31s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m35s
rpcrypto-build / build (Debug, host.toolchain.cmake) (push) Failing after 2m26s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m20s
rpcrypto-build / build (Debug, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m24s
rpcrypto-build / build (Debug, host-afl.toolchain.cmake) (push) Successful in 3m5s
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m20s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m30s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m25s
rpcrypto-build / build (Release, hisiv500.toolchain.cmake) (push) Successful in 1m26s
rpcrypto-build / build (Release, host-afl.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, host.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mips64el-linux-gnuabi64.toolchain.cmake) (push) Has been cancelled
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Has been cancelled
This commit is contained in:
parent
60f965cce3
commit
ed7f1022bd
@ -37,16 +37,11 @@ jobs:
|
||||
cmake --build build --config ${{ matrix.build_type }} --target all -- -j `nproc`
|
||||
cmake --build build --config ${{ matrix.build_type }} --target install
|
||||
steps:
|
||||
# - name: Install Dependencies
|
||||
# run: |
|
||||
# apt-get update -y
|
||||
# apt-get install -y \
|
||||
# cmake make g++ libssl-dev pkg-config autoconf libtool
|
||||
- uses: actions/checkout@v4
|
||||
# - name: configure
|
||||
# run: cmake . -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
||||
# - name: build
|
||||
# run: cmake --build build --config ${{ matrix.build_type }} --target all -- -j `nproc`
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 1
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: build
|
||||
if: matrix.toolchain == 'host.toolchain.cmake'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user