fix: Update asd paths for flat structure
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -5,10 +5,12 @@
|
|||||||
:license "AGPLv3"
|
:license "AGPLv3"
|
||||||
:description "The Probabilistic-Deterministic Lisp Machine"
|
:description "The Probabilistic-Deterministic Lisp Machine"
|
||||||
|
|
||||||
:depends-on (:usocket :bordeaux-threads :dexador :uiop :cl-dotenv :cl-ppcre :hunchentoot :ironclad :str :cl-json :uuid)
|
:depends-on (:bordeaux-threads :cl-ppcre :usocket :ironclad :dexador :uuid :cl-json :str :uiop :cl-dotenv :hunchentoot)
|
||||||
|
|
||||||
:components ((:file "harness/package")
|
:serial t
|
||||||
(:file "harness/skills")
|
|
||||||
|
:components ((:static-file "harness/package.lisp")
|
||||||
|
(:static-file "harness/skills.lisp")
|
||||||
(:file "harness/communication")
|
(:file "harness/communication")
|
||||||
(:file "harness/communication-validator")
|
(:file "harness/communication-validator")
|
||||||
(:file "harness/memory")
|
(:file "harness/memory")
|
||||||
@@ -32,7 +34,6 @@
|
|||||||
(:file "skills/org-skill-lisp-validator")
|
(:file "skills/org-skill-lisp-validator")
|
||||||
(:file "skills/org-skill-peripheral-vision"))
|
(:file "skills/org-skill-peripheral-vision"))
|
||||||
|
|
||||||
:serial t
|
|
||||||
:build-operation "program-op"
|
:build-operation "program-op"
|
||||||
:build-pathname "opencortex-server"
|
:build-pathname "opencortex-server"
|
||||||
:entry-point "opencortex:main")
|
:entry-point "opencortex:main")
|
||||||
Reference in New Issue
Block a user