build: add monitoring tag for lnd

This commit is contained in:
ZZiigguurraatt 2025-11-07 17:18:28 -05:00
parent 50827c1427
commit 82ad317086
2 changed files with 7 additions and 2 deletions

View file

@ -35,7 +35,12 @@ and also added coverage to verify support for channel versioning:
- https://github.com/lightninglabs/lightning-terminal/pull/1106
- https://github.com/lightninglabs/lightning-terminal/pull/1097
- https://github.com/lightninglabs/lightning-terminal/pull/1138
- [LND is now built with the `monitoring` tag enabled](https://github.com/lightninglabs/lightning-terminal/pull/1167)
which has been the default
in standalone LND release builds since
https://github.com/lightningnetwork/lnd/commit/8491d0da433c23051b723f4c018e2f041df548c8
.
### LND

View file

@ -1 +1 @@
COMPILE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc neutrinorpc peersrpc kvdb_postgres kvdb_etcd kvdb_sqlite
COMPILE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc neutrinorpc monitoring peersrpc kvdb_postgres kvdb_etcd kvdb_sqlite