changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / virt/build-ci-operator.sh

revision 68: 4905e93756d7
parent 67: 28ed81f2d290
child 71: 79fa665e6b94
     1.1--- a/virt/build-ci-operator.sh	Wed Jan 03 23:20:48 2024 -0500
     1.2+++ b/virt/build-ci-operator.sh	Wed Jan 03 23:35:39 2024 -0500
     1.3@@ -4,7 +4,10 @@
     1.4 buildah config --volume /mnt/y $id
     1.5 # save a fresh core
     1.6 buildah config --workingdir /infra $id
     1.7+buildah run --net host $id apk add --no-cache tree-sitter-dev
     1.8+buildah run --net host $id hg pull -u
     1.9+buildah run --net host $id sh -c 'cd /usr/local/share/lisp/core && hg pull -u'
    1.10 buildah run --net host $id make operator
    1.11 buildah config --workingdir /home/$USER $id
    1.12-buildah config --entrypoint '["/usr/local/bin/sbcl", "--core", "/usr/local/lib/sbcl/prelude.fasl"]' $id
    1.13+# buildah config --entrypoint '["/usr/local/bin/sbcl", "--core", "/usr/local/lib/sbcl/prelude.fasl"]' $id
    1.14 buildah commit $id ci-operator