changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: worker update

changeset 238: 489ae684b01a
parent 237: c1b5c4d68e2b
child 239: 7c6e3bbfe8cd
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 27 May 2024 23:09:57 +0000
files: containers/Containerfile.worker
description: worker update
     1.1--- a/containers/Containerfile.worker	Mon May 27 22:37:51 2024 +0000
     1.2+++ b/containers/Containerfile.worker	Mon May 27 23:09:57 2024 +0000
     1.3@@ -11,6 +11,7 @@
     1.4 RUN mkdir /usr/local/share/lisp
     1.5 WORKDIR /usr/local/src
     1.6 RUN hg clone https://vc.compiler.company/comp/infra
     1.7+RUN hg clone https://vc.compiler.company/comp/core
     1.8 WORKDIR infra
     1.9 RUN scripts/get-sk.sh
    1.10 ENV CARGO_HOME="/usr/local/share/cargo"
    1.11@@ -18,6 +19,8 @@
    1.12 ENV PATH="$PATH:/usr/local/share/cargo/bin:/usr/local/share/lisp/bin"
    1.13 # RUN sk make sbcl sbcl-install quicklisp rustup tree-sitter-langs rocksdb
    1.14 RUN make sbcl-install-gencgc
    1.15+RUN make quicklisp-install
    1.16+RUN make rocksdb-install
    1.17 RUN adduser -D -u ${ID} -k /etc/skel ${WORKER}
    1.18 USER ${WORKER}
    1.19 WORKDIR ${WORKER_HOME}