Skip to content

Commit 8682684

Browse files
André DietrichAndré Dietrich
authored andcommitted
removed v-lang due to build problems
1 parent d41b666 commit 8682684

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ RUN curl -O https://nim-lang.org/choosenim/init.sh -sSf \
162162
&& rm -rf /root/.choosenim/downloads
163163

164164
### V-lang
165-
RUN git clone https://github.com/vlang/v
166-
RUN cd v &&\
167-
make && \
168-
./v symlink && \
169-
rm -rf .git
165+
#RUN git clone https://github.com/vlang/v
166+
#RUN cd v &&\
167+
# make && \
168+
# ./v symlink && \
169+
# rm -rf .git
170170

171171
### Python3
172172
# Install the latest version of meson

0 commit comments

Comments
 (0)