Skip to content
Snippets Groups Projects

Draft: Add dockerfiles, etc. for SBCL 2.4.6

Open Robert Goldman requested to merge rgoldman/sbcl:sbcl-2.4.6 into master
1 file
+ 34
0
Compare changes
  • Side-by-side
  • Inline
  • 6cb56019
    The repo seems intended to build using GitLab CI and bashbrew, but that
    build process appears to be broken, and I don't know how bashbrew works.
    
    So for people like me, this script lets me build all the images for a
    single SBCL version number.
FROM PLACEHOLDER
ENV SBCL_COMMIT PLACEHOLDER
ENV SBCL_VERSION PLACEHOLDER
ENV SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD
ENV SBCL_COMMIT=PLACEHOLDER
ENV SBCL_VERSION=PLACEHOLDER
ENV SBCL_SIGNING_KEY=D6839CA0A67F74D9DFB70922EBD595A9100D63CD
WORKDIR /usr/local/src/
Loading