changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.dev

revision 37: 60461d073737
parent 33: 48affaffc460
child 40: 90970dfd5a8b
     1.1--- a/Containerfile.dev	Wed Sep 04 16:57:00 2024 -0400
     1.2+++ b/Containerfile.dev	Fri Sep 06 20:04:25 2024 -0400
     1.3@@ -19,7 +19,7 @@
     1.4 USER ${DEV}
     1.5 RUN mkdir -p ${DEV_HOME}/.stash/lisp
     1.6 WORKDIR ${DEV_HOME}/.stash
     1.7-RUN hg clone https://vc.compiler.company/comp/infra
     1.8+RUN hg clone https://vc.compiler.company/infra
     1.9 WORKDIR infra
    1.10 ENV CARGO_HOME="/usr/local/share/rust/cargo"
    1.11 ENV RUSTUP_HOME="/usr/local/share/rust/rustup"
    1.12@@ -38,7 +38,7 @@
    1.13 RUN rustup component add --toolchain nightly rust-src rust-analyzer rustc-dev llvm-tools-preview
    1.14 WORKDIR ${DEV_HOME}
    1.15 RUN rm -rf ${DEV_HOME}/.stash/*
    1.16-RUN hg clone https://vc.compiler.company/comp/home .stash/home && cd .stash/home && hg up ${DEV}
    1.17+RUN hg clone https://vc.compiler.company/home .stash/home && cd .stash/home && hg up ${DEV}
    1.18 RUN cp .stash/home/.homerc ${DEV_HOME}/.homerc
    1.19 RUN homer install
    1.20 ENV DEV=${DEV}