[gjs] CI: Downgrade meson



commit 9ad6a9b0bcb44b7c9ee2c41a646dd8557fe4e3db
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Aug 1 11:30:59 2020 -0700

    CI: Downgrade meson
    
    Meson 0.55.0's TAP support is broken. This is a workaround for
    https://github.com/mesonbuild/meson/issues/7515
    
    Unreviewed, pushing to fix build.

 test/extra/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/extra/Dockerfile b/test/extra/Dockerfile
index eb4ceb41..6bbed87f 100644
--- a/test/extra/Dockerfile
+++ b/test/extra/Dockerfile
@@ -42,8 +42,8 @@ RUN dnf -y install --enablerepo=fedora-debuginfo,updates-debuginfo \
     gobject-introspection-debuginfo gobject-introspection-debugsource \
     gobject-introspection-devel gtk3-debuginfo gtk3-debugsource gtk3-devel \
     gtk4-debuginfo gtk4-debugsource gtk4-devel lcov libasan libubsan libtsan \
-    meson ninja-build pkgconf readline-devel systemtap-sdt-devel valgrind \
-    which Xvfb xz && \
+    meson-0.54.0-1.fc32 ninja-build pkgconf readline-devel systemtap-sdt-devel \
+    valgrind which Xvfb xz && \
     dnf clean all && rm -rf /var/cache/dnf
 
 COPY --from=mozjs-build /root/mozjs-install/usr /usr


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]