try fix test ci for acl

This commit is contained in:
SANO,Masatoshi 2026-02-26 02:22:23 +09:00
parent d6d4a761f1
commit 9709c0db0f
2 changed files with 1 additions and 3 deletions

View file

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

View file

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