changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: patience is key

changeset 42: 36c0358a46be
parent 41: 21e3a05f8c27
child 43: 16e13f034efc
author: ellis <ellis@rwest.io>
date: Sun, 31 Dec 2023 00:21:40 -0500
files: makefile virt/build-box-base.sh virt/build-ci-worker.sh virt/push-image.sh
description: patience is key
     1.1--- a/makefile	Sun Dec 31 00:03:09 2023 -0500
     1.2+++ b/makefile	Sun Dec 31 00:21:40 2023 -0500
     1.3@@ -71,7 +71,7 @@
     1.4 	echo '"2.4.1+main"' > version.lisp-expr && \
     1.5 	sh make.sh \
     1.6 	--without-gencgc \
     1.7-	--with-mark-region-gc \ # not supported on Alpine?
     1.8+	--with-mark-region-gc \
     1.9 	--with-sb-xref-for-internals \ #
    1.10 	--with-core-compression \
    1.11 	--dynamic-space-size=8Gb \
     2.1--- a/virt/build-box-base.sh	Sun Dec 31 00:03:09 2023 -0500
     2.2+++ b/virt/build-box-base.sh	Sun Dec 31 00:21:40 2023 -0500
     2.3@@ -3,7 +3,7 @@
     2.4 # buildah add $id /mnt/y/lab /var/local/lab
     2.5 buildah run $id useradd -ms /bin/bash $USER
     2.6 buildah run $id mkdir -p /home/$USER/lab /var/local/data
     2.7-buildah run --net host $id pacman -Syu make git sbcl base-devel zstd texlive llvm curl --noconfirm
     2.8+buildah run --net host $id pacman -Syu make git base-devel zstd llvm curl --noconfirm
     2.9 buildah config --workingdir /home/$USER $id
    2.10 buildah run --net host $id hg clone https://vc.compiler.company/comp/core
    2.11 buildah run --net host $id hg clone https://vc.compiler.company/comp/infra
     3.1--- a/virt/build-ci-worker.sh	Sun Dec 31 00:03:09 2023 -0500
     3.2+++ b/virt/build-ci-worker.sh	Sun Dec 31 00:21:40 2023 -0500
     3.3@@ -7,7 +7,7 @@
     3.4 buildah copy $id etc/skel /etc/skel
     3.5 buildah run $id adduser alik -D
     3.6 buildah run $id adduser demon -D -k /etc/skel
     3.7-buildah run $id apk add build-base zstd-dev sbcl curl make git linux-headers cargo openssl
     3.8+buildah run $id apk add build-base zstd-dev sbcl curl make git linux-headers cargo openssl perl
     3.9 buildah config --workingdir /home/demon $id
    3.10 buildah config -l=demo $id
    3.11 buildah run --net host $id hg clone https://vc.compiler.company/comp/core
     4.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2+++ b/virt/push-image.sh	Sun Dec 31 00:21:40 2023 -0500
     4.3@@ -0,0 +1,3 @@
     4.4+#!/usr/bin/env bash
     4.5+buildah push --compression-format zstd "${1}" "dir:/mnt/y/data/packy/container/docker/${1}"
     4.6+buildah push --compression-format zstd "${1}" "oci:/mnt/y/data/packy/container/oci:${1}:latest"