mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
try fix test ci for acl
This commit is contained in:
parent
d6d4a761f1
commit
9709c0db0f
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
(export
|
||||
(defvar *allegro-agreement-uri*
|
||||
'(#+darwin ("11.0express" . "https://franz.com/ftp/pub/legal/ACL-Express-20170301.pdf")
|
||||
'(("11.0express" . "https://franz.com/ftp/pub/legal/ACL-Express-20170301.pdf")
|
||||
("10.1express" . #1="https://franz.com/ftp/pub/legal/ACL-Express-20170301.pdf")
|
||||
("100express" . #1#)
|
||||
("101b" . "http://franz.com/products/licensing/FSLA10.1.beta.pdf"))))
|
||||
|
|
|
|||
|
|
@ -208,8 +208,6 @@ install_sbcl_bin () {
|
|||
install_lisp_dependency () {
|
||||
case "$USE_LISP" in
|
||||
alisp|allegro)
|
||||
apt_unless_installed libc6-i386
|
||||
apt_unless_installed gcc-multilib
|
||||
USE_LISP=allegro
|
||||
;;
|
||||
cmu|cmucl|cmu-bin)
|
||||
|
|
|
|||
Loading…
Reference in a new issue