Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Sep 2, 2018
1 parent d5a3c38 commit 6601978
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion ChangeLog.rst
Expand Up @@ -2,7 +2,15 @@
ChangeLog
===========

0.4.0
0.5.0
=====

Roswell was upgraded: 18.6.10.92 -> 18.8.10.93
Qlot was updated to 5233f4d3bed81251e5357ab9f9e2ba5ab7af80f9 where
custom quicklisp's distributions are supported.
SBCL was upgraded: 1.4.9 -> 1.4.11

0.4.0-exp-1
=====

Roswell was upgraded: 18.4.10.91 -> 18.6.10.92.
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Expand Up @@ -9,12 +9,12 @@ RUN apt-get update && apt-get install -y \
# https://github.com/roswell/roswell
RUN git clone https://github.com/roswell/roswell.git /roswell && \
cd /roswell && \
git checkout tags/v18.6.10.92
git checkout tags/v18.8.10.93
RUN cd /roswell && ./bootstrap && ./configure && make install
ENV PATH=/root/.roswell/bin:$PATH

# ставим свеженький Qlot
RUN ros install 40ants/qlot/freeze/b783d5945cb34df72669979c96216f4837d8517a
RUN ros install 40ants/qlot/freeze/5233f4d3bed81251e5357ab9f9e2ba5ab7af80f9

# Зафиксируем версию ASDF, чтобы во всех имплементациях она была одинакова
# и правильно работал package inferred system
Expand Down Expand Up @@ -45,8 +45,8 @@ RUN ros install ccl-bin/1.11.5


FROM lisp-image-with-roswell AS lisp-image-with-sbcl-bin
RUN ros install sbcl-bin/1.4.9
RUN ros install sbcl-bin/1.4.11


FROM lisp-image-with-roswell AS lisp-image-with-sbcl
RUN ros install sbcl/1.4.9
RUN ros install sbcl/1.4.11

0 comments on commit 6601978

Please sign in to comment.