Remove make check
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 5m8s

This commit is contained in:
Sosthene 2025-07-09 15:12:58 +02:00
parent afa76dfdc0
commit 957b1e6e14

View File

@ -34,7 +34,6 @@ RUN ./configure --with-gui=no \
--disable-fuzz-binary \ --disable-fuzz-binary \
--with-sqlite=yes --with-sqlite=yes
RUN make -j$(nproc) RUN make -j$(nproc)
RUN make check
RUN make install RUN make install
RUN strip /usr/local/bin/bitcoin-cli RUN strip /usr/local/bin/bitcoin-cli
RUN strip /usr/local/bin/bitcoind RUN strip /usr/local/bin/bitcoind