# HG changeset patch # User Richard Westhaver # Date 1720402075 14400 # Node ID 576882e9345a88def9a8fe890a575f97e8c53be1 # Parent c5379e7941408318e9dfc2f4f3a92377156d90fd alpine-infra now builds emacs diff -r c5379e794140 -r 576882e9345a Containerfile.alpine-infra --- a/Containerfile.alpine-infra Sun Jul 07 18:41:54 2024 -0400 +++ b/Containerfile.alpine-infra Sun Jul 07 21:27:55 2024 -0400 @@ -1,11 +1,11 @@ FROM localhost/alpine:latest -RUN apk add --no-cache build-base zstd-dev sbcl git make linux-headers pkgconf m4 perl +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 RUN hg clone https://vc.compiler.company/comp/infra WORKDIR infra RUN ./check.sh RUN mkdir -pv .stash/src -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 -RUN ./scripts/get-rocksdb.sh && cd .stash/src/rocksdb && make shared_lib DISABLE_JEMALLOC=1 && make install-shared && cp -r include/* /usr/local/include/ -RUN ./scripts/dist-sbcl-binary.sh -RUN ./scripts/dist-rocksdb-binary.sh +# 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 +# RUN ./scripts/get-rocksdb.sh && cd .stash/src/rocksdb && make shared_lib DISABLE_JEMALLOC=1 && make install-shared && cp -r include/* /usr/local/include/ +# RUN ./scripts/dist-sbcl-binary.sh +# RUN ./scripts/dist-rocksdb-binary.sh # RUN ./scripts/quicklisp-install.sh