fix(boot): Use --eval '(load ...)' instead of --load '(form)' for pre-compilation
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
This commit is contained in:
@@ -172,7 +172,7 @@ case "$COMMAND" in
|
|||||||
[ -z "$MEMEX_DIR" ] && export MEMEX_DIR="$HOME/memex"
|
[ -z "$MEMEX_DIR" ] && export MEMEX_DIR="$HOME/memex"
|
||||||
# 1. Warm the cache in the foreground (Blocking)
|
# 1. Warm the cache in the foreground (Blocking)
|
||||||
echo -e "--- Pre-compiling Neural Dependencies ---"
|
echo -e "--- Pre-compiling Neural Dependencies ---"
|
||||||
sbcl --non-interactive --load '(merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname))' \
|
sbcl --non-interactive --eval '(load (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))' \
|
||||||
--eval "(push (truename \"\") asdf:*central-registry*)" \
|
--eval "(push (truename \"\") asdf:*central-registry*)" \
|
||||||
--eval "(ql:quickload '(:opencortex :opencortex/tui :croatoan))"
|
--eval "(ql:quickload '(:opencortex :opencortex/tui :croatoan))"
|
||||||
|
|
||||||
@@ -196,7 +196,7 @@ case "$COMMAND" in
|
|||||||
[ -z "$MEMEX_DIR" ] && export MEMEX_DIR="$HOME/memex"
|
[ -z "$MEMEX_DIR" ] && export MEMEX_DIR="$HOME/memex"
|
||||||
# 1. Warm the cache in the foreground (Blocking)
|
# 1. Warm the cache in the foreground (Blocking)
|
||||||
echo -e "--- Pre-compiling Neural Dependencies ---"
|
echo -e "--- Pre-compiling Neural Dependencies ---"
|
||||||
sbcl --non-interactive --load '(merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname))' \
|
sbcl --non-interactive --eval '(load (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))' \
|
||||||
--eval "(push (truename \"\") asdf:*central-registry*)" \
|
--eval "(push (truename \"\") asdf:*central-registry*)" \
|
||||||
--eval "(ql:quickload '(:opencortex :opencortex/tui :croatoan))"
|
--eval "(ql:quickload '(:opencortex :opencortex/tui :croatoan))"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user