Skip to content

Commit fdecd5c

Browse files
committed
Use xpack-bundled zigcc
1 parent ec3caec commit fdecd5c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

templates/opend/opend-image.containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ RUN ln -s /opt/opend/bin/ldc2 /usr/local/bin/ldc2
3535
RUN ln -s /opt/opend/bin/ldmd2 /usr/local/bin/ldmd2
3636
RUN ln -s /opt/opend/bin/opend /usr/local/bin/opend
3737
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
3839
RUN ln -s /opt/zig/zig /usr/local/bin/zig
3940

4041
COPY ./templates/scripts/entrypoint-opend.sh /usr/local/bin/entrypoint
41-
COPY ./templates/scripts/zigcc.sh /usr/local/bin/zigcc
4242

4343
ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
4444
CMD [ "/usr/local/bin/opend" ]

templates/scripts/zigcc.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)