mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Correct order symlinks are created in
This commit is contained in:
4
.github/workflows/stack_size.yml
vendored
4
.github/workflows/stack_size.yml
vendored
@@ -38,8 +38,8 @@ jobs:
|
||||
./muslstack -s $STACK ./monerod-muslstack
|
||||
|
||||
sudo apt install bash dash zsh busybox
|
||||
ln -s /usr/bin/ash $(which busybox)
|
||||
ln -s /usr/bin/hush $(which busybox)
|
||||
ln -s $(which busybox) /usr/bin/ash
|
||||
ln -s $(which busybox) /usr/bin/hush
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user