Use symlinks for ash, add hush

This commit is contained in:
Luke Parker
2025-12-08 22:57:56 -05:00
parent ec0347a73e
commit 8a5cce2ce8

View File

@@ -38,8 +38,9 @@ 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
ln -s /usr/bin/ash $(which busybox)
ln -s /usr/bin/hush $(which busybox)
for shell in sh bash dash zsh ash hush; do
cp monerod monerod-idss-$shell
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell
done