Run Monero on Debian, even for internal testnets

Change made due to a segfault incurred when locally testing.

https://github.com/monero-project/monero/issues/9141 for the upstream.
This commit is contained in:
Luke Parker
2024-07-06 21:16:14 -04:00
parent 86facaed95
commit c521bbb012

View File

@@ -71,7 +71,7 @@ CMD ["/run.sh"]
pub fn monero(orchestration_path: &Path, network: Network) { pub fn monero(orchestration_path: &Path, network: Network) {
monero_internal( monero_internal(
network, network,
if network == Network::Dev { Os::Alpine } else { Os::Debian }, Os::Debian,
orchestration_path, orchestration_path,
"monero", "monero",
"monerod", "monerod",