.asd: we now need cl+ssl before loading the .asd

This commit is contained in:
vindarel 2022-09-27 17:22:54 +02:00
parent 0123250a66
commit 50009c2311
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -1,6 +1,7 @@
(in-package :cl-user)
(ql:quickload "cl+ssl")
(asdf:load-asd "ciel.asd")
(ql:quickload "swank")
(ql:quickload "ciel")

View file

@ -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)