Skip to content

Commit 7d6bac9

Browse files
committed
yash, brush shells
1 parent dcb8cba commit 7d6bac9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/stack_size.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -72,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)