mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Alias ash since the busybox package on Ubuntu doesn't provide such a symlink
This commit is contained in:
1
.github/workflows/stack_size.yml
vendored
1
.github/workflows/stack_size.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
||||
./muslstack -s $STACK ./monerod-muslstack
|
||||
|
||||
sudo apt install bash dash zsh busybox
|
||||
alias ash="busybox ash"
|
||||
for shell in sh bash dash zsh ash; do
|
||||
cp monerod monerod-idss-$shell
|
||||
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell
|
||||
|
||||
Reference in New Issue
Block a user