mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +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) {
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user