changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.alpine-infra

revision 21: cbe9424370f6
parent 20: 0d8ab72c4c32
child 28: b5ff3e39b424
     1.1--- a/Containerfile.alpine-infra	Mon Jul 08 12:49:28 2024 -0400
     1.2+++ b/Containerfile.alpine-infra	Mon Jul 08 13:16:29 2024 -0400
     1.3@@ -1,5 +1,5 @@
     1.4 FROM localhost/alpine:latest
     1.5-RUN apk add --no-cache build-base zstd-dev git make linux-headers pkgconf m4 perl autoconf texinfo ncurses-dev libgccjit-dev zlib-dev tar shared-mime-info tree-sitter-dev btrfs-progs-dev liburing-dev curl alsa-lib-dev libssh2-dev
     1.6+RUN apk add --no-cache build-base zstd-dev git make linux-headers pkgconf m4 perl autoconf texinfo ncurses-dev libgccjit-dev zlib-dev tar shared-mime-info tree-sitter-dev btrfs-progs-dev liburing-dev curl alsa-lib-dev libssh2-dev clang lld musl-dev openssh libxkbcommon-dev
     1.7 RUN hg clone https://vc.compiler.company/comp/infra
     1.8 WORKDIR infra
     1.9 RUN ./check.sh
    1.10@@ -13,9 +13,5 @@
    1.11 RUN cd .stash/src/home && hg update ellis && cp .sbclrc ~/
    1.12 RUN sbcl --eval "(ql:quickload '(cl-ppcre flexi-streams quri))"
    1.13 RUN ./scripts/install-core-pack.sh x86_64-unknown-linux-musl
    1.14-# RUN hg clone https://vc.compiler.company/comp/core .stash/src/core
    1.15-# RUN ./scripts/get-sbcl.sh && cd .stash/src/sbcl && echo \""2.4.6:$(git rev-parse --short HEAD)"\" > version.lisp-expr && ./make.sh --dynamic-space-size=8Gb --fancy && sh make-shared-library.sh && INSTALL_ROOT=/usr/local sh install.sh
    1.16-# RUN ./scripts/get-rocksdb.sh && cd .stash/src/rocksdb && make shared_lib DISABLE_JEMALLOC=1 && make install-shared && cp -r include/* /usr/local/include/
    1.17-# RUN ./scripts/dist-sbcl-binary.sh 
    1.18-# RUN ./scripts/dist-rocksdb-binary.sh
    1.19-
    1.20+RUN ssh-keygen -A
    1.21+RUN skel clean
    1.22\ No newline at end of file