mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
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:
@@ -71,7 +71,7 @@ CMD ["/run.sh"]
|
||||
pub fn monero(orchestration_path: &Path, network: Network) {
|
||||
monero_internal(
|
||||
network,
|
||||
if network == Network::Dev { Os::Alpine } else { Os::Debian },
|
||||
Os::Debian,
|
||||
orchestration_path,
|
||||
"monero",
|
||||
"monerod",
|
||||
|
||||
Reference in New Issue
Block a user