295 | 2s | 0% | retry -- apt-get update |
315 | 24s | 1% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev libslirp-dev build-essential pkg-config curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
1288 | 1s | 0% | ./configure --prefix=/opt/riscv-ilp32 --with-arch=rv32gc --with-abi=ilp32 |
1312 | 27m12s | 90% | make -j -j10 |
27844 | 10s | 0% | rm -rf /riscv/gcc |
27845 | 3s | 0% | retry -- git clone --depth=1 https://sourceware.org/git/newlib-cygwin.git -b topic/3.6 /riscv/newlib |
27850 | 1s | 0% | ../configure --target=riscv32-unknown-elf --with-arch=rv32gc --with-abi=ilp32 --disable-shared --disable-multilib --prefix=/opt/newlib CC_FOR_TARGET=/opt/riscv-ilp32/bin/riscv32-unknown-elf-gcc CXX_FOR_TARGET=/opt/riscv-ilp32/bin/riscv32-unknown-elf-g++ AR_FOR_TARGET=/opt/riscv-ilp32/bin/riscv32-unknown-elf-ar RANLIB_FOR_TARGET=/opt/riscv-ilp32/bin/riscv32-unknown-elf-ranlib |
27952 | 23s | 1% | make -j -j10 |
29337 | 2s | 0% | make install |
29483 | 25s | 1% | git config --global ci.base-install-done true |
29525 | 10s | 0% | podman image prune --force --external |
29797 | 10s | 0% | bash -c 'cmake -S /ci_container_base -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_INSTALL_PREFIX=/ci_container_base/ci/scratch/out -DCMAKE_C_COMPILER=/opt/riscv-ilp32/bin/riscv32-unknown-elf-gcc -DCMAKE_CXX_COMPILER=/opt/riscv-ilp32/bin/riscv32-unknown-elf-g++ -DBUILD_KERNEL_LIB=OFF -DBUILD_UTIL_CHAINSTATE=OFF -DBUILD_TESTS=OFF -DBUILD_BENCH=OFF -DBUILD_FUZZ_BINARY=OFF -DBUILD_DAEMON=OFF -DBUILD_TX=OFF -DBUILD_UTIL=OFF -DBUILD_CLI=OFF -DENABLE_WALLET=OFF -DCMAKE_SYSTEM_NAME=Generic || ( (cat CMakeFiles/CMakeConfigureLog.yaml) && false)' |
30184 | 44s | 2% | cmake --build . --target bitcoin_consensus |