changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: worker fix

changeset 64: e7719c321e5b
parent 63: 8567ae279270
child 65: 541d8f57bc25
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 21:20:04 -0500
files: virt/build-ci-worker.sh
description: worker fix
     1.1--- a/virt/build-ci-worker.sh	Wed Jan 03 21:18:06 2024 -0500
     1.2+++ b/virt/build-ci-worker.sh	Wed Jan 03 21:20:04 2024 -0500
     1.3@@ -11,7 +11,6 @@
     1.4 buildah config --volume /stash $id
     1.5 buildah run $id mkdir /usr/share/lisp
     1.6 buildah run $id mkdir /usr/local/share/lisp
     1.7-buildah add $id etc/sbclrc /etc/sbclrc
     1.8 buildah config --volume /store $id
     1.9 buildah run --net host $id hg clone https://vc.compiler.company/comp/infra
    1.10 buildah config --workingdir /infra $id 
    1.11@@ -19,5 +18,6 @@
    1.12 buildah run --net host $id sh -c 'scripts/install-cargo-tools.sh'
    1.13 buildah run --net host $id sh -c 'make clean'
    1.14 buildah copy $id etc/skel/ /root/
    1.15+buildah copy $id etc/sbclrc /etc/sbclrc
    1.16 buildah config --workingdir /stash $id
    1.17 buildah commit $id ci-worker