Skip to content

Commit

Permalink
Use custom version of bordeaux-threads when using Ultralisp for runni…
Browse files Browse the repository at this point in the history
…ng tests.
  • Loading branch information
svetlyak40wt committed Feb 19, 2021
1 parent d3b2f80 commit 7e740be
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
# the required size or alignment
- lisp: clisp
os: ubuntu-latest
# CLISP on OSX is built without support for threads,
# but Rove depends on bordeaux-threads and it fails to load
# https://github.com/roswell/roswell/issues/461
# - lisp: clisp
# os: macos-latest
# quicklisp-dist: ultralisp
# can-fail: true
# CMUCL is 32bit and cant' work on 64bit OSX:
# .roswell/impls/x86-64/darwin/cmu-bin/21d/bin/lisp is not executable. Missing 32bit glibc?
Expand All @@ -84,6 +90,9 @@ jobs:
qlfile-template: |
{% ifequal quicklisp_dist "ultralisp" %}
dist ultralisp http://dist.ultralisp.org
# Unless this pull will be merged:
# https://github.com/sionescu/bordeaux-threads/pull/86
github bordeaux-threads svetlyak40wt/bordeaux-threads :branch fix-apiv2-for-no-threads
{% endifequal %}
github mgl-pax svetlyak40wt/mgl-pax :branch mgl-pax-minimal
Expand Down
4 changes: 4 additions & 0 deletions qlfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
dist ultralisp http://dist.ultralisp.org

# Unless this pull will be merged:
# https://github.com/sionescu/bordeaux-threads/pull/86
github bordeaux-threads svetlyak40wt/bordeaux-threads :branch fix-apiv2-for-no-threads

# Unless this patch is not merged:
github mgl-pax svetlyak40wt/mgl-pax :branch mgl-pax-minimal
6 changes: 5 additions & 1 deletion qlfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
("ultralisp" .
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
:version "20210207102000"))
:version "20210219143000"))
("bordeaux-threads" .
(:class qlot/source/github:source-github
:initargs (:repos "svetlyak40wt/bordeaux-threads" :ref nil :branch "fix-apiv2-for-no-threads" :tag nil)
:version "github-c5ed58df63356d7e2892b54cbd9dd7da"))
("mgl-pax" .
(:class qlot/source/github:source-github
:initargs (:repos "svetlyak40wt/mgl-pax" :ref nil :branch "mgl-pax-minimal" :tag nil)
Expand Down

0 comments on commit 7e740be

Please sign in to comment.