File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ jobs:
3838 ./muslstack -s $STACK ./monerod-muslstack
3939
4040 sudo apt update -y
41- sudo apt install -y ksh bash dash zsh busybox
41+ sudo apt install -y ksh bash dash zsh busybox mksh yash
4242 sudo ln -s $(which busybox) /usr/bin/ash
4343 sudo ln -s $(which busybox) /usr/bin/hush
44- for shell in sh ksh bash dash zsh ash hush; do
44+ cargo install brush-shell
45+ for shell in sh ksh bash dash zsh ash hush mksh yash brush; do
4546 cp monerod monerod-idss-$shell
4647 ln -s $(which $shell) sh
4748 ./sh ./orchestration/increase_default_stack_size.sh monerod-idss-$shell
7273
7374 UPDATED_STACK=$(read_stack monerod-chelf)
7475 if [ "$UPDATED_STACK" -ne "$STACK" ]; then
75- echo "Updated \`PT_GNU_STACK\` wasn't 8 MB"
76+ echo "Updated \`PT_GNU_STACK\` ($UPDATED_STACK) wasn't 8 MB ($STACK) "
7677 exit 3
7778 fi
7879
You can’t perform that action at this time.
0 commit comments