changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: sbcl version bump (skelfile)

changeset 302: 1d0918f84e4a
parent 301: 046391305d74
child 303: 6260bd14c5b2
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 30 Jun 2024 01:43:33 -0400
files: skelfile
description: sbcl version bump (skelfile)
     1.1--- a/skelfile	Sun Jun 30 01:14:35 2024 -0400
     1.2+++ b/skelfile	Sun Jun 30 01:43:33 2024 -0400
     1.3@@ -47,7 +47,7 @@
     1.4                  #$cd .stash/src/rocksdb && make static_lib DISABLE_JEMALLOC=1$#)
     1.5  (sbcl (src) #$scripts/get-sbcl.sh$#
     1.6        #$cd .stash/src/sbcl &&
     1.7-       echo '"2.4.5"' > version.lisp-expr &&
     1.8+       echo '"2.4.6"' > version.lisp-expr &&
     1.9        ./make.sh --dynamic-space-size=8Gb --without-gencgc --with-mark-region-gc --fancy$#)
    1.10  (sbcl-docs (sbcl) #$cd .stash/src/sbcl/doc/manual && make$#)
    1.11  (sbcl-gencgc (src) #$cd .stash/src/sbcl &&