Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common-lisp: fix build with sbcl 2.0.1.debian
The update from ubuntu:vivid to ubuntu:20.04 update the version of sbcl from 1.2.4.debian to 2.0.1.debian. This resulted in the cl-launch based build process no longer working: dependencies were not resolved (but running it several times would eventually resolve them. So use an sbcl build command directly when building for sbcl. Note: updating the image to ubuntu:24.04 upgrades the version of sbcl to 2.2.9.debian. Something about that version breaks how we do hash-maps. They become temperamental: hash-map creation often results in a nil object returned and doing (get hm key) usually results in nil returned even if the key shows as being present.
- Loading branch information