Skip to content

Commit

Permalink
Run Monero on Debian, even for internal testnets
Browse files Browse the repository at this point in the history
Change made due to a segfault incurred when locally testing.

monero-project/monero#9141 for the upstream.
  • Loading branch information
kayabaNerve committed Jul 7, 2024
1 parent 86facae commit c521bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/src/coins/monero.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c521bbb

Please sign in to comment.