Alias ash since the busybox package on Ubuntu doesn't provide such a symlink

This commit is contained in:
Luke Parker
2025-12-08 22:52:43 -05:00
parent 6d2a496054
commit ec0347a73e

View File

@@ -38,6 +38,7 @@ jobs:
./muslstack -s $STACK ./monerod-muslstack
sudo apt install bash dash zsh busybox
alias ash="busybox ash"
for shell in sh bash dash zsh ash; do
cp monerod monerod-idss-$shell
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell