changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / virt/build-box-base.sh

revision 23: 4300e14bb1db
parent 22: 0a88cdd4bbd5
child 30: 4e73da2d9c63
     1.1--- a/virt/build-box-base.sh	Tue Dec 05 22:00:49 2023 -0500
     1.2+++ b/virt/build-box-base.sh	Tue Dec 05 23:12:16 2023 -0500
     1.3@@ -3,7 +3,7 @@
     1.4 # buildah add $id /mnt/y/lab /var/local/lab
     1.5 buildah run $id useradd -ms /bin/bash $USER
     1.6 buildah run $id mkdir -p /home/$USER/lab /var/local/data
     1.7-buildah run --net host $id pacman -Syu git sbcl base-devel zstd --noconfirm
     1.8+buildah run --net host $id pacman -Syu git sbcl base-devel zstd texlive --noconfirm
     1.9 buildah run --net host $id hg clone https://vc.compiler.company/comp/core /usr/src/core
    1.10 buildah run --net host $id hg clone https://vc.compiler.company/comp/infra /usr/src/infra
    1.11 buildah config --workingdir /home/$USER $id