changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: sbcl bump

changeset 196: 813fff1d2096
parent 195: f49ca3982b03
child 197: 1ebb2ba98e88
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 03 Mar 2024 20:50:59 -0500
files: Containerfile.box makefile
description: sbcl bump
     1.1--- a/Containerfile.box	Fri Mar 01 20:09:46 2024 -0500
     1.2+++ b/Containerfile.box	Sun Mar 03 20:50:59 2024 -0500
     1.3@@ -1,5 +1,5 @@
     1.4 FROM comp/infra/archlinux
     1.5-RUN --network=host pacman -Sy imagemagick giflib libgccjit libxaw --noconfirm
     1.6+RUN --network=host pacman -Sy uutils-coreutils sysstat iotop imagemagick giflib libgccjit libxaw --noconfirm
     1.7 VOLUME /store
     1.8 VOLUME /stash
     1.9 # custom
     2.1--- a/makefile	Fri Mar 01 20:09:46 2024 -0500
     2.2+++ b/makefile	Sun Mar 03 20:50:59 2024 -0500
     2.3@@ -99,7 +99,10 @@
     2.4 	--without-gencgc \
     2.5 	--with-mark-region-gc \
     2.6 	--dynamic-space-size=8Gb \
     2.7-	--fancy 
     2.8+	--fancy
     2.9+sbcl-build-shared:$(SBCL_TARGET) sbcl-build
    2.10+	cd $< && \
    2.11+	./make-shared-library.sh \
    2.12 sbcl-build-gencgc:$(SBCL_TARGET)
    2.13 	cd $< && \
    2.14 	./make.sh \