mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 09:57:17 +01:00
fix: use apt to install rust system-wide for CLN (#5047)
* fix: use apt to install rust system-wide for CLN * fix: remove PID file config from service * check for cln-grpc plugin in it's new place * improve cln-grpc config * simplify the creation of .lightning dir * remove unused cl-plugin.cln-grpc.sh * add error management to _provision.setup.sh when installing cln * rust install to /opt/rust and symlink * prevent storagePartition not detected * prevent only-pruned * fix rust permissions and add error management * switch off cln-grpc if not available * add test dependencies * move tests out to an inactive function * clnrest: remove config if plugin is unavailable * fix clnrest config substitution --------- Co-authored-by: rootzoll <christian@geektank.de>
This commit is contained in:
2
.github/workflows/amd64-fatpack-image.yml
vendored
2
.github/workflows/amd64-fatpack-image.yml
vendored
@@ -13,7 +13,6 @@ on:
|
||||
# - 'home.admin/bitcoin.install.sh'
|
||||
# - 'home.admin/lnd.install.sh'
|
||||
# - 'home.admin/cl.install.sh'
|
||||
# - 'home.admin/cl-plugin.cln-grpc.sh'
|
||||
# - 'home.admin/tor.install.sh'
|
||||
# - 'home.admin/blitz.i2pd.sh'
|
||||
# - 'home.admin/blitz.web.sh'
|
||||
@@ -34,7 +33,6 @@ on:
|
||||
# - 'home.admin/bitcoin.install.sh'
|
||||
# - 'home.admin/lnd.install.sh'
|
||||
# - 'home.admin/cl.install.sh'
|
||||
# - 'home.admin/cl-plugin.cln-grpc.sh'
|
||||
# - 'home.admin/tor.install.sh'
|
||||
# - 'home.admin/blitz.i2pd.sh'
|
||||
# - 'home.admin/blitz.web.sh'
|
||||
|
||||
Reference in New Issue
Block a user