'git apply issue-611.patch' returns a non-zero code
gijswijs opened this issue · 0 comments
gijswijs commented
If I set up an environment with the latest repos for bitcoind, the patch that's being applied in the bitcoind Dockerfile fails.
Step 12/41 : RUN git apply issue-611.patch
---> Running in d43eb506f32e
error: patch failed: src/rpc/rawtransaction.cpp:817
error: src/rpc/rawtransaction.cpp: patch does not apply
ERROR: Service 'bitcoind1' failed to build: The command '/bin/sh -c git apply issue-611.patch' returned a non-zero code: 1
I commented the line in the Dockerfile as a workaround, but I'm not sure whether that will cause issues down the line.