Correct order symlinks are created in

This commit is contained in:
Luke Parker
2025-12-08 22:59:42 -05:00
parent 8a5cce2ce8
commit 1ab1cad7c5

View File

@@ -38,8 +38,8 @@ jobs:
./muslstack -s $STACK ./monerod-muslstack ./muslstack -s $STACK ./monerod-muslstack
sudo apt install bash dash zsh busybox sudo apt install bash dash zsh busybox
ln -s /usr/bin/ash $(which busybox) ln -s $(which busybox) /usr/bin/ash
ln -s /usr/bin/hush $(which busybox) ln -s $(which busybox) /usr/bin/hush
for shell in sh bash dash zsh ash hush; do for shell in sh bash dash zsh ash hush; do
cp monerod monerod-idss-$shell cp monerod monerod-idss-$shell
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell $shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell