changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.alpine-infra

changeset 19: fc83b775ec58
parent: 0d1acc5d1f35
child: 0d8ab72c4c32
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 11:37:19 -0400
permissions: -rw-r--r--
description: updates
1 FROM localhost/alpine:latest
2 RUN apk add --no-cache build-base zstd-dev sbcl git make linux-headers pkgconf m4 perl autoconf texinfo ncurses-dev libgccjit-dev zlib-dev tar
3 RUN hg clone https://vc.compiler.company/comp/infra
4 WORKDIR infra
5 RUN ./check.sh
6 RUN mkdir -pv .stash/src
7 # 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
8 # RUN ./scripts/get-rocksdb.sh && cd .stash/src/rocksdb && make shared_lib DISABLE_JEMALLOC=1 && make install-shared && cp -r include/* /usr/local/include/
9 # RUN ./scripts/dist-sbcl-binary.sh
10 # RUN ./scripts/dist-rocksdb-binary.sh
11 # RUN ./scripts/quicklisp-install.sh