talkatu/builders

Add vala to the mingw stuff

2020-05-21, Gary Kramlich
7abb2cf37381
Parents 02c493a6d5b5
Children 5562a291e367
Add vala to the mingw stuff
--- a/Dockerfile.mingw-w64-i686 Thu May 21 22:16:31 2020 -0500
+++ b/Dockerfile.mingw-w64-i686 Thu May 21 22:43:28 2020 -0500
@@ -20,6 +20,7 @@
# install our target depedencies
RUN set -ex && \
pacman-cross -Syy --noconfirm \
+ mingw32/mingw-w64-i686-cmark \
mingw32/mingw-w64-i686-gobject-introspection \
mingw32/mingw-w64-i686-gobject-introspection-runtime \
mingw32/mingw-w64-i686-glib2 \
@@ -27,7 +28,7 @@
mingw32/mingw-w64-i686-glade \
mingw32/mingw-w64-i686-gspell \
mingw32/mingw-w64-i686-gumbo-parser \
- mingw32/mingw-w64-i686-cmark
+ mingw32/mingw-w64-i686-vala
CMD ["/build.sh"]
--- a/Dockerfile.mingw-w64-x86_64 Thu May 21 22:16:31 2020 -0500
+++ b/Dockerfile.mingw-w64-x86_64 Thu May 21 22:43:28 2020 -0500
@@ -19,6 +19,7 @@
# install our target depedencies
RUN set -ex && \
pacman-cross -Syy --noconfirm \
+ mingw64/mingw-w64-x86_64-cmark \
mingw64/mingw-w64-x86_64-gobject-introspection \
mingw64/mingw-w64-x86_64-gobject-introspection-runtime \
mingw64/mingw-w64-x86_64-glib2 \
@@ -26,7 +27,7 @@
mingw64/mingw-w64-x86_64-glade \
mingw64/mingw-w64-x86_64-gspell \
mingw64/mingw-w64-x86_64-gumbo-parser \
- mingw64/mingw-w64-x86_64-cmark
+ mingw64/mingw-w64-x86_64-vala
CMD ["/build.sh"]