We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zigcc
1 parent ec3caec commit fdecd5cCopy full SHA for fdecd5c
2 files changed
templates/opend/opend-image.containerfile
@@ -35,10 +35,10 @@ RUN ln -s /opt/opend/bin/ldc2 /usr/local/bin/ldc2
35
RUN ln -s /opt/opend/bin/ldmd2 /usr/local/bin/ldmd2
36
RUN ln -s /opt/opend/bin/opend /usr/local/bin/opend
37
RUN ln -s /opt/opend/bin/timetrace2txt /usr/local/bin/timetrace2txt
38
+RUN ln -s /opt/opend/xpacks/opend-latest-xpack-zig/zigcc /usr/local/bin/zigcc
39
RUN ln -s /opt/zig/zig /usr/local/bin/zig
40
41
COPY ./templates/scripts/entrypoint-opend.sh /usr/local/bin/entrypoint
-COPY ./templates/scripts/zigcc.sh /usr/local/bin/zigcc
42
43
ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
44
CMD [ "/usr/local/bin/opend" ]
templates/scripts/zigcc.sh
0 commit comments