changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.box

revision 3: 759570e2f4d5
parent 2: ebe8eace7f0a
child 4: 65b548b0ce40
     1.1--- a/Containerfile.box	Sun Jun 16 00:33:56 2024 -0400
     1.2+++ b/Containerfile.box	Sun Jun 16 01:03:50 2024 -0400
     1.3@@ -13,7 +13,6 @@
     1.4 COPY .stash/src/ /usr/local/src/
     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 ENV CARGO_HOME="/usr/local/share/cargo"
    1.10 ENV RUSTUP_HOME="/usr/local/share/rustup"
    1.11@@ -26,9 +25,6 @@
    1.12 RUN rustup component add --toolchain nightly rust-src rust-analyzer rustc-dev llvm-tools-preview
    1.13 # RUN skel make tree-sitter
    1.14 # RUN skel make tree-sitter-langs
    1.15-ADD etc/sbclrc /etc/sbclrc
    1.16-COPY etc/skel/ /etc/skel/
    1.17-ADD etc/shells /etc/
    1.18 RUN useradd --system -s /usr/bin/bash -u ${ID} -k /etc/skel -m ${DEV}
    1.19 RUN groupadd -g 128 engineer -U ${DEV}
    1.20 RUN groupadd -g 256 operator -U ${DEV}
    1.21@@ -39,7 +35,7 @@
    1.22 RUN chown -R ${DEV}:engineer /usr/local/man/
    1.23 WORKDIR /usr/local/src
    1.24 USER ${DEV}
    1.25-RUN cp -rf core/lisp /usr/local/share/lisp/core
    1.26+# RUN cp -rf core/lisp /usr/local/share/lisp/core
    1.27 RUN rm -rf ./*
    1.28 WORKDIR ${DEV_HOME}
    1.29 RUN mkdir .stash