changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.dev

revision 42: be286d8b2764
parent 41: 7b2e34e1c161
     1.1--- a/Containerfile.dev	Tue Sep 24 15:53:20 2024 -0400
     1.2+++ b/Containerfile.dev	Sat Sep 28 16:49:18 2024 -0400
     1.3@@ -40,7 +40,7 @@
     1.4 RUN rustup component add --toolchain nightly rust-src rust-analyzer rustc-dev llvm-tools-preview
     1.5 WORKDIR ${DEV_HOME}
     1.6 RUN rm -rf ${DEV_HOME}/.stash/*
     1.7-RUN hg clone https://vc.compiler.company/home .stash/home && cd .stash/home && hg up ${DEV}
     1.8+RUN hg clone https://vc.compiler.company/infra/home .stash/home && cd .stash/home && hg up ${DEV}
     1.9 RUN cp .stash/home/.homerc ${DEV_HOME}/.homerc
    1.10 RUN homer install
    1.11 ENV DEV=${DEV}