mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Use symlinks for ash, add hush
This commit is contained in:
5
.github/workflows/stack_size.yml
vendored
5
.github/workflows/stack_size.yml
vendored
@@ -38,8 +38,9 @@ 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
|
||||
ln -s /usr/bin/ash $(which busybox)
|
||||
ln -s /usr/bin/hush $(which busybox)
|
||||
for shell in sh bash dash zsh ash hush; do
|
||||
cp monerod monerod-idss-$shell
|
||||
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user