Update for Deneb fork #23

Merged
roysc merged 10 commits from update-geth-1.13 into main 2024-04-13 10:36:16 +00:00
Showing only changes of commit 386d41490f - Show all commits

View File

@ -4,7 +4,8 @@
set -e
laconic_so="${LACONIC_SO:-laconic-so} --stack $(readlink -f test) --verbose --debug"
# Note: stack path should be absolute, otherwise SO looks for it in packaged stacks
laconic_so="${LACONIC_SO:-laconic-so} --stack $(readlink -f test) --verbose"
CONFIG_DIR=$(readlink -f "${CONFIG_DIR:-$(mktemp -d)}")