changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: closer

changeset 66: cbd11dc24d4d
parent 65: 541d8f57bc25
child 67: 28ed81f2d290
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 22:49:49 -0500
files: makefile virt/build-ci-worker.sh
description: closer
     1.1--- a/makefile	Wed Jan 03 21:30:04 2024 -0500
     1.2+++ b/makefile	Wed Jan 03 22:49:49 2024 -0500
     1.3@@ -20,7 +20,7 @@
     1.4 HG_COMMIT:=$(shell hg id -i)
     1.5 DESTINATION:=/mnt/y/data/packy
     1.6 # requires emacs-build-minimal
     1.7-worker:rocksdb-install sbcl-install ts-langs-install quicklisp-install comp
     1.8+worker:rocksdb-install sbcl-install ts-langs-install quicklisp-install
     1.9 # artifacts can deploy to dist/TARGET - need target triple first
    1.10 # init:sbcl rust emacs rocksdb comp virt;
    1.11 # dist/linux dist/rust dist/bundle
     2.1--- a/virt/build-ci-worker.sh	Wed Jan 03 21:30:04 2024 -0500
     2.2+++ b/virt/build-ci-worker.sh	Wed Jan 03 22:49:49 2024 -0500
     2.3@@ -19,5 +19,7 @@
     2.4 buildah run --net host $id sh -c 'make clean'
     2.5 buildah copy $id etc/skel/ /root/
     2.6 buildah copy $id etc/sbclrc /etc/sbclrc
     2.7-buildah config --workingdir /stash $id
     2.8+buildah config --workingdir /usr/local/share/lisp/ $id
     2.9+buildah run --net host $id hg clone https://vc.compiler.company/comp/core
    2.10+buildah config --workingdir / $id
    2.11 buildah commit $id ci-worker