File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,7 @@ ENV LD_LIBRARY_PATH="/root/.idris2/lib:${LD_LIBRARY_PATH}"
55
55
# NOTE: not sure if the install-api transfers to the child images
56
56
RUN make clean && make all && make install
57
57
RUN make install-api
58
+
59
+ # re-expose version information
60
+ ENV IDRIS_VERSION=$IDRIS_VERSION
61
+ ENV IDRIS_SHA=$IDRIS_SHA
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:bullseye
57
57
58
58
ARG IDRIS_LSP_VERSION=latest
59
59
ARG IDRIS_LSP_SHA
60
+ ARG IDRIS_VERSION
60
61
ARG IDRIS_SHA
61
62
62
63
# idris2 + idris2-lsp compiled from source
@@ -71,8 +72,9 @@ ENV PATH="/usr/local/lib/idris2/bin:${PATH}"
71
72
ENV LD_LIBRARY_PATH="/usr/local/lib/idris2/lib:${LD_LIBRARY_PATH}"
72
73
ENV SCHEME=scheme
73
74
74
- # re-expose IDRIS_LSP_VERSION and IDRIS_LSP_SHA args as env vars in the container
75
+ # re-expose version information
75
76
ENV IDRIS_LSP_VERSION=$IDRIS_LSP_VERSION
76
77
ENV IDRIS_LSP_SHA=$IDRIS_LSP_SHA
78
+ ENV IDRIS_VERSION=$IDRIS_VERSION
77
79
ENV IDRIS_SHA=$IDRIS_SHA
78
80
You can’t perform that action at this time.
0 commit comments