Skip to content

Commit

Permalink
Move to newest Ultralisp where clack was fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Sep 23, 2023
1 parent d7d1aea commit 70ce435
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"uses": "40ants/setup-lisp@v2",
"with": {
"asdf-system": "openrpc-server",
"qlfile-template": "{% ifequal quicklisp_dist \"ultralisp\" %}\ndist ultralisp http://dist.ultralisp.org\nql clack\n{% endifequal %}"
"qlfile-template": "{% ifequal quicklisp_dist \"ultralisp\" %}\ndist ultralisp http://dist.ultralisp.org\n{% endifequal %}"
},
"if": "steps.cache.outputs.cache-hit != 'true'"
},
Expand Down
2 changes: 0 additions & 2 deletions qlfile
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
dist ultralisp http://dist.ultralisp.org

ql clack
6 changes: 1 addition & 5 deletions qlfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@
("ultralisp" .
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
:version "20230922020500"))
("clack" .
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2023-06-18"))
:version "20230923135000"))
1 change: 0 additions & 1 deletion server/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@
:coverage t
:qlfile "{% ifequal quicklisp_dist \"ultralisp\" %}
dist ultralisp http://dist.ultralisp.org
ql clack
{% endifequal %}")))

0 comments on commit 70ce435

Please sign in to comment.