Skip to content

Commit

Permalink
Remove excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 19, 2024
1 parent 8797bae commit ba923c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@
"os": [
"ubuntu-latest",
"macos-13"
],
"exclude": [
{
"os": "macos-13",
"lisp": "clisp"
},
{
"os": "macos-13",
"lisp": "ecl"
}
]
}
},
Expand Down
16 changes: 8 additions & 8 deletions server/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
;; "clisp"
;; "ecl"
)
:exclude (
;; For some reason CLISP of OSX does not support threading
;; and bordeaux-threads fails to compile
(:os "macos-13"
:lisp "clisp")
;; ECL on OSX fails to compile prometheus-gc/sbcl
(:os "macos-13"
:lisp "ecl"))
;; :exclude (
;; ;; For some reason CLISP of OSX does not support threading
;; ;; and bordeaux-threads fails to compile
;; (:os "macos-13"
;; :lisp "clisp")
;; ;; ECL on OSX fails to compile prometheus-gc/sbcl
;; (:os "macos-13"
;; :lisp "ecl"))
:coverage t
:qlfile "{% ifequal env.quicklisp_dist \"ultralisp\" %}
dist ultralisp http://dist.ultralisp.org
Expand Down

0 comments on commit ba923c9

Please sign in to comment.