mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: comment out sdl2 references
This commit is contained in:
parent
e06448b616
commit
3df0ef249c
3 changed files with 30 additions and 11 deletions
|
@ -15,6 +15,6 @@ RUN apk --no-cache add \
|
|||
openssl-dev sqlite-dev \
|
||||
libx11-dev glfw-dev freetype-dev
|
||||
|
||||
RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
|
||||
## RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
|
||||
|
||||
RUN git clone https://github.com/vlang/v /opt/vlang && make && v -version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue