ci: Build bitcoin-chainstate

...to make sure that the linker errors that arise from coupling
regressions are caught by CI.

Adding to the "no wallet" ci job as suggested by MarcoFalke.
This commit is contained in:
Carl Dong
2022-02-10 16:08:07 -05:00
parent 095aa6ca37
commit 2c03cec2ff
3 changed files with 8 additions and 4 deletions

View File

@@ -853,6 +853,10 @@ bitcoin_chainstate_LDADD = \
$(LIBLEVELDB) \
$(LIBLEVELDB_SSE42) \
$(LIBMEMENV)
# Required for obj/build.h to be generated first.
# More details: https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html
bitcoin_chainstate-clientversion.$(OBJEXT): obj/build.h
#
# bitcoinconsensus library #