Skip to content

Commit

Permalink
Removed my patch of bordeaux-threads because they don't want to suppo…
Browse files Browse the repository at this point in the history
…rt systems without threads support.
  • Loading branch information
svetlyak40wt committed Feb 19, 2021
1 parent 8688b85 commit fabaf21
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,30 +56,32 @@ jobs:
# Seems allegro is does not support 64bit OSX.
# Unable to install it using Roswell:
# alisp is not executable. Missing 32bit glibc?
- lisp: allegro
os: macos-latest
# can-fail: true
# CLisp on Ubuntu can't be installed because of the error:
# #<FOREIGN-VARIABLE "rl_readline_state" #x00007FA93E698850> does not have
# the required size or alignment
- lisp: clisp
os: ubuntu-latest
- os: macos-latest
lisp: allegro
# 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
- os: macos-latest
lisp: clisp
quicklisp-dist: ultralisp
# 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?
- os: macos-latest
lisp: cmucl
# can-fail: true
# CLisp on Ubuntu can't be installed because of the error:
# #<FOREIGN-VARIABLE "rl_readline_state" #x00007FA93E698850> does not have
# the required size or alignment
- os: ubuntu-latest
lisp: clisp
# Disabled because Rove does not work on this configuration:
# https://github.com/fukamachi/rove/issues/47
- os: ubuntu-latest
lisp: allegro
# CMUCL on ubuntu is built without threading support
# but Rove depends on bordeaux-threads and it fails to load
# https://github.com/roswell/roswell/issues/461
- os: ubuntu-latest
lisp: cmucl

env:
LISP: ${{ matrix.lisp }}
Expand All @@ -94,9 +96,6 @@ 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

0 comments on commit fabaf21

Please sign in to comment.