Changeset 15678


Ignore:
Timestamp:
03/06/23 20:35:28 (7 months ago)
Author:
Mark Evenson
Message:

ci: ignore first error in installing SWANK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/ci/install-swank.lisp

    r15677 r15678  
    22(require :abcl-contrib)
    33(asdf:load-system :quicklisp-abcl)
     4
    45(or
    5  (asdf:make :swank)
     6 (ignore-errors (asdf:make :swank))
    67 (ql:quickload :swank))
    78(swank:create-server :dont-close t)
     9
     10
Note: See TracChangeset for help on using the changeset viewer.