[tracker-oci-images/sam/unprivileged] rawhide: Remove libeatmydata



commit ef3908f8ce8a2d44489795557ff0d634895add67
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Dec 10 01:22:49 2020 +0100

    rawhide: Remove libeatmydata
    
    It breaks, due to some autotools brain damage:
    
        ./configure: This script requires a shell more modern than all
        ./configure: the shells that I found on your system.
        ./configure: Please tell bug-autoconf gnu org and
        ./configure: http://www.flamingspork.com/projects/libeatmydata about
        ./configure: your system, including any error possibly output before
        ./configure: this message. Then install a modern shell, or manually
        ./configure: run the script under such a shell if you do have one.
    
    See https://gitlab.gnome.org/GNOME/tracker-oci-images/-/jobs/1032608
    
    I can't immediately see why, so lets try removing it.

 fedora/rawhide.Dockerfile | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/fedora/rawhide.Dockerfile b/fedora/rawhide.Dockerfile
index 0102846..41f4c3a 100644
--- a/fedora/rawhide.Dockerfile
+++ b/fedora/rawhide.Dockerfile
@@ -19,19 +19,6 @@ RUN dnf install -y git libasan libubsan python3-gobject python3-pip umockdev-dev
 RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E 
%fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E 
%fedora).noarch.rpm && \
     dnf install -y --setopt=install_weak_deps=False gstreamer1-libav
 
-# This is to speed up the tests. See:
-# https://gitlab.gnome.org/GNOME/tracker/merge_requests/176
-RUN curl --get 'https://www.flamingspork.com/projects/libeatmydata/libeatmydata-105.tar.gz' --output 
libeatmydata-105.tar.gz && \
-    tar -x -f ./libeatmydata-105.tar.gz && \
-    cd libeatmydata-105 && \
-    ./configure --prefix=/usr && \
-    make install && \
-    sed -e '/dpkg-architecture/ d' -i /usr/bin/eatmydata && \
-    sed -e 's@shlib="/usr/lib/$DEB_BUILD_MULTIARCH/eatmydata.sh@shlib="/usr/libexec/eatmydata.sh@' -i 
/usr/bin/eatmydata && \
-    cd .. && \
-    rm ./libeatmydata-105.tar.gz && \
-    rm -Rf ./libeatmydata-105
-
 RUN dnf remove -y tracker && \
     dnf clean all && \
     rm -R /root/*


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