Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1412
@dkochmanski
Need the following things to happen:
1. resolve the merge conflict
2. install sbcl in the ubuntu-xenial and ubuntu-artful Dockerfiles
3. update LANGUAGES.md
4. update build/docker/README.md with the versions that are in the
distributions. Xenial uses SBCL 1.3.1 and Artful has 1.3.14
5. we need to see a clean build so I would recommend rebasing on the
current master before you push
Once lisp is part of the docker images then "make check" and "make cross"
will exercise it with every build.
Thanks,
Jim
---