mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-02-05 15:22:53 -08:00
.asd: we now need cl+ssl before loading the .asd
This commit is contained in:
parent
0123250a66
commit
50009c2311
3 changed files with 6 additions and 3 deletions
|
|
@ -20,8 +20,10 @@ build:
|
|||
script:
|
||||
- make build
|
||||
- make image
|
||||
- mv bin ciel-v0
|
||||
|
||||
artifacts:
|
||||
name: "ciel"
|
||||
name: "ciel-v0"
|
||||
paths:
|
||||
- bin/
|
||||
- ciel-v0/
|
||||
- ciel
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(in-package :cl-user)
|
||||
|
||||
(ql:quickload "cl+ssl")
|
||||
(asdf:load-asd "ciel.asd")
|
||||
(ql:quickload "swank")
|
||||
(ql:quickload "ciel")
|
||||
|
|
|
|||
2
ciel.asd
2
ciel.asd
|
|
@ -149,7 +149,7 @@
|
|||
:entry-point "sbcli::repl")
|
||||
|
||||
;; Don't ship libssl, rely on the target OS'.
|
||||
;; Needs to require or quickload cl+ssl before we can compile and load this .asd file? :S
|
||||
;; XXX: we need to load cl+ssl before we can compile and load this .asd file :/
|
||||
#+linux (deploy:define-library cl+ssl::libssl :dont-deploy T)
|
||||
#+linux (deploy:define-library cl+ssl::libcrypto :dont-deploy T)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue