We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5cce2 commit 1ab1cadCopy full SHA for 1ab1cad
1 file changed
.github/workflows/stack_size.yml
@@ -38,8 +38,8 @@ jobs:
38
./muslstack -s $STACK ./monerod-muslstack
39
40
sudo apt install bash dash zsh busybox
41
- ln -s /usr/bin/ash $(which busybox)
42
- ln -s /usr/bin/hush $(which busybox)
+ ln -s $(which busybox) /usr/bin/ash
+ ln -s $(which busybox) /usr/bin/hush
43
for shell in sh bash dash zsh ash hush; do
44
cp monerod monerod-idss-$shell
45
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell
0 commit comments