ci: disable gc by default

master
Jef Roosens 2022-06-10 14:21:02 +02:00
parent 0e3efb655e
commit ad966c29c2
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ WORKDIR /opt/vlang
ENV VVV /opt/vlang
ENV PATH /opt/vlang:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV VFLAGS -cc gcc -d dynamic_boehm
ENV VFLAGS -cc gcc -gc none
ENV V_PATH /opt/vlang/v
RUN ln -s /opt/vlang/v /usr/bin/v && \
@ -18,7 +18,6 @@ RUN ln -s /opt/vlang/v /usr/bin/v && \
sqlite-static sqlite-dev \
libx11-dev glfw-dev freetype-dev \
libarchive-static libarchive-dev \
gc-dev \
diffutils \
mandoc