mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +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
|
./muslstack -s $STACK ./monerod-muslstack
|
||||||
|
|
||||||
sudo apt install bash dash zsh busybox
|
sudo apt install bash dash zsh busybox
|
||||||
|
alias ash="busybox ash"
|
||||||
for shell in sh bash dash zsh ash; do
|
for shell in sh bash dash zsh ash; do
|
||||||
cp monerod monerod-idss-$shell
|
cp monerod monerod-idss-$shell
|
||||||
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell
|
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell
|
||||||
|
|||||||
Reference in New Issue
Block a user