changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: emacs needs autoconf smh

changeset 71: 79fa665e6b94
parent 70: 8ae518e8825a
child 72: 345b1d29df80
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 23:46:50 -0500
files: virt/build-ci-operator.sh
description: emacs needs autoconf smh
     1.1--- a/virt/build-ci-operator.sh	Wed Jan 03 23:41:31 2024 -0500
     1.2+++ b/virt/build-ci-operator.sh	Wed Jan 03 23:46:50 2024 -0500
     1.3@@ -4,7 +4,7 @@
     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 apk add --no-cache tree-sitter-dev autoconf
     1.9 buildah run --net host $id hg pull -u
    1.10 buildah run --net host $id sh -c 'cd /usr/local/share/lisp/core && hg pull -u'
    1.11 buildah run --net host $id make operator