changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: tweaks

changeset 47: 276ac5b5d1fa
parent 46: 114fd45076cf
child 48: 927ac4b908ce
author: ellis <ellis@rwest.io>
date: Tue, 02 Jan 2024 23:16:44 -0500
files: virt/build-ci-pod.sh virt/build-ci-worker.sh
description: tweaks
     1.1--- a/virt/build-ci-pod.sh	Tue Jan 02 22:17:10 2024 -0500
     1.2+++ b/virt/build-ci-pod.sh	Tue Jan 02 23:16:44 2024 -0500
     1.3@@ -1,2 +1,2 @@
     1.4 #!/usr/bin/env bash
     1.5-podman pod create --name ci --restart=always --infra-name=ci-operator -l=operator --publish 6000:6000
     1.6+podman pod create --name ci --restart=always --infra-image=ci-operator --infra-name=ci-operator -l=operator --publish 6000:6000
     2.1--- a/virt/build-ci-worker.sh	Tue Jan 02 22:17:10 2024 -0500
     2.2+++ b/virt/build-ci-worker.sh	Tue Jan 02 23:16:44 2024 -0500
     2.3@@ -7,7 +7,7 @@
     2.4 buildah add $id etc/skel /etc/skel
     2.5 buildah run $id adduser alik -D -k /etc/skel
     2.6 buildah run $id adduser demon -D -k /etc/skel
     2.7-buildah run $id apk add build-base zstd-dev sbcl curl make git linux-headers cargo openssl perl
     2.8+buildah run $id apk add build-base zstd-dev sbcl curl make git linux-headers cargo openssl perl llvm
     2.9 buildah config --workingdir /home/demon $id
    2.10 buildah config --volume /mnt/y $id
    2.11 buildah run --net host $id hg clone https://vc.compiler.company/comp/infra