Closed DaWe35 closed 8 months ago
For others reading, adding a && git checkout c6ff0d38207d30a90dba72767ef7ca63098d6a79 \
line to the Dockerfile temporarily fixes the issue:
RUN git clone --recursive --single-branch --branch ${MONERO_BRANCH} https://github.com/monero-project/monero.git \
&& cd monero \
&& git checkout 68e40ea2a73fd923a85e4095907b4a2244ac8bc4 \
&& test -z "$NPROC" && nproc > /nproc || echo -n "$NPROC" > /nproc && make -j"$(cat /nproc)"
Thanks.
Yeah I can confirm https://github.com/moneroexamples/onion-monero-blockchain-explorer/commit/9050231e3988fc7118958538cb51dc3b66b8a1b0 fixed this
The latest PR (commit
68e40ea2a73fd923a85e4095907b4a2244ac8bc4
) on release-v0.18 broke theonion-monero-blockchain-explorer
build. I was unable to find the cause of the bug, but rolling back monero toc6ff0d38207d30a90dba72767ef7ca63098d6a79
fixes the error.Detailed log: build-log.txt