Skip to content

Commit

Permalink
update dlang
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Dec 16, 2024
1 parent d71c13a commit f502a82
Show file tree
Hide file tree
Showing 4 changed files with 28,708 additions and 28,708 deletions.
2 changes: 1 addition & 1 deletion d/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get install -yq curl zlib1g-dev libssl-dev clang libxml2 xz-utils tzdata
ln -fs /usr/share/zoneinfo/Europe/Rome /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata

RUN curl -L -o ldc2.tar.xz https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc2-1.39.0-linux-{{#arch}}{{{.}}}{{/arch}}.tar.xz
RUN curl -L -o ldc2.tar.xz https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-linux-{{#arch}}{{{.}}}{{/arch}}.tar.xz
RUN tar xf ldc2.tar.xz
RUN rm ldc2.tar.xz && mv ldc2* ldc2
ENV PATH="$PATH:$CWD/ldc2/bin"
Expand Down
2 changes: 1 addition & 1 deletion d/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language:
version: 2.109
version: "2.110"

files:
- "**/*.d"
Expand Down
Loading

0 comments on commit f502a82

Please sign in to comment.