From 5e39f9bc1e42a8ebfc2504404d94d6c198874423 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 9 Dec 2025 20:23:29 -0500 Subject: [PATCH] Add `gash` as a shell tested with Its notable as shell used within Guix. --- .github/workflows/stack-size.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stack-size.yml b/.github/workflows/stack-size.yml index 83c9b9c9..cefdfb15 100644 --- a/.github/workflows/stack-size.yml +++ b/.github/workflows/stack-size.yml @@ -45,11 +45,11 @@ jobs: ./muslstack -s "$STACK" ./monerod-muslstack sudo apt update -y - sudo apt install -y ksh bash dash zsh busybox mksh posh yash + sudo apt install -y ksh bash dash zsh busybox mksh posh gash yash sudo ln -s "$(which busybox)" /usr/bin/ash sudo ln -s "$(which busybox)" /usr/bin/hush cargo install brush-shell - for shell in sh ksh bash dash zsh ash hush mksh lksh posh yash brush; do + for shell in sh ksh bash dash zsh ash hush mksh lksh posh gash yash brush; do cp monerod monerod-idss-$shell ln -s "$(which $shell)" sh ./sh ./orchestration/increase_default_stack_size.sh monerod-idss-$shell