Lisp/SLY: Re-dump core on every version change.

master
Pierre Neidhardt 2020-11-07 16:03:47 +01:00
parent 5b4c9f16ed
commit 6bb1e9a909
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
(current-sbcl-version (cadr (split-string
(call-process-to-string "sbcl" "--version")))))
(when (or (not (file-exists-p sbcl-core-version))
(version< (car (split-string (read-bytes sbcl-core-version)))
current-sbcl-version))
(not (version= (car (split-string (read-bytes sbcl-core-version)))
current-sbcl-version)))
(make-directory sbcl-core-dir :parents)
(ignore-errors
(call-process