Skip to content
Snippets Groups Projects
Commit e03ee15d authored by Eric Timmons's avatar Eric Timmons
Browse files

Update nightly to commit 9c0a9693ea933309e503266255edcde5cc76257c

parent 5635bd19
No related branches found
No related tags found
No related merge requests found
Pipeline #2111 passed
...@@ -31,6 +31,7 @@ RUN set -x \ ...@@ -31,6 +31,7 @@ RUN set -x \
&& rm -rf abcl* ant* apache-ant* \ && rm -rf abcl* ant* apache-ant* \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
...@@ -31,6 +31,7 @@ RUN set -x \ ...@@ -31,6 +31,7 @@ RUN set -x \
&& rm -rf abcl* ant* apache-ant* \ && rm -rf abcl* ant* apache-ant* \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
...@@ -31,6 +31,7 @@ RUN set -x \ ...@@ -31,6 +31,7 @@ RUN set -x \
&& rm -rf abcl* ant* apache-ant* \ && rm -rf abcl* ant* apache-ant* \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment