File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,12 @@ RUN apt-get update && apt-get install -y \
149
149
mono-xbuild
150
150
151
151
# D dependencies
152
- # THRIFT-2916: DMD pinned to 2.065.0-0 due to regression in 2.066
153
- # THRIFT-3253: DMD pinned to 2.065.0-0 due to deprecations 2.067.1
154
152
RUN apt-get update && apt-get install -y \
155
153
gcc-multilib \
156
154
xdg-utils \
157
- && curl -sSL http://downloads.dlang.org/releases/2.x/2.065 .0/dmd_2.065 .0-0_amd64.deb -o /tmp/dmd_2.065 .0-0_amd64.deb && \
158
- dpkg -i /tmp/dmd_2.065 .0-0_amd64.deb && \
159
- rm /tmp/dmd_2.065 .0-0_amd64.deb
155
+ && curl -sSL http://downloads.dlang.org/releases/2.x/2.070 .0/dmd_2.070 .0-0_amd64.deb -o /tmp/dmd_2.070 .0-0_amd64.deb && \
156
+ dpkg -i /tmp/dmd_2.070 .0-0_amd64.deb && \
157
+ rm /tmp/dmd_2.070 .0-0_amd64.deb
160
158
161
159
# Dart dependencies
162
160
RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
Original file line number Diff line number Diff line change @@ -151,14 +151,12 @@ RUN apt-get update && apt-get install -y \
151
151
mono-xbuild
152
152
153
153
# D dependencies
154
- # THRIFT-2916: DMD pinned to 2.065.0-0 due to regression in 2.066
155
- # THRIFT-3253: DMD pinned to 2.065.0-0 due to deprecations 2.067.1
156
154
RUN apt-get update && apt-get install -y \
157
155
gcc-multilib \
158
156
xdg-utils \
159
- && curl -sSL http://downloads.dlang.org/releases/2.x/2.065 .0/dmd_2.065 .0-0_amd64.deb -o /tmp/dmd_2.065 .0-0_amd64.deb && \
160
- dpkg -i /tmp/dmd_2.065 .0-0_amd64.deb && \
161
- rm /tmp/dmd_2.065 .0-0_amd64.deb
157
+ && curl -sSL http://downloads.dlang.org/releases/2.x/2.070 .0/dmd_2.070 .0-0_amd64.deb -o /tmp/dmd_2.070 .0-0_amd64.deb && \
158
+ dpkg -i /tmp/dmd_2.070 .0-0_amd64.deb && \
159
+ rm /tmp/dmd_2.070 .0-0_amd64.deb
162
160
163
161
# Dart dependencies
164
162
RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
You can’t perform that action at this time.
0 commit comments