mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Add gash as a shell tested with
Its notable as shell used within Guix.
This commit is contained in:
4
.github/workflows/stack-size.yml
vendored
4
.github/workflows/stack-size.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user