stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=32b9a9eba09ea4e53556171cc8f40d699561f5b0

commit 32b9a9eba09ea4e53556171cc8f40d699561f5b0
Author: Stefan Schmidt <[email protected]>
Date:   Tue Mar 24 13:58:21 2020 +0100

    ci: install needed packages for ppc64le builds
    
    It seems on ppc64le and s390x these do not get pulled in automatically.
    We need them for regex.h, make sure they are installed before building.
    
    Reviewed-by: Marcel Hollerbach <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D11585
---
 .ci/ubuntu-bionic-install-deps.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/ubuntu-bionic-install-deps.sh 
b/.ci/ubuntu-bionic-install-deps.sh
index 9eefa7d7fc..9bb2c0efd1 100755
--- a/.ci/ubuntu-bionic-install-deps.sh
+++ b/.ci/ubuntu-bionic-install-deps.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 sudo apt-get update -y
-sudo apt-get install -y build-essential autoconf automake autopoint doxygen 
check luajit libharfbuzz-dev libpng-dev libudev-dev libwebp-dev libssl-dev 
libluajit-5.1-dev libfribidi-dev libcogl-gles2-dev libgif-dev libtiff5-dev 
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libdbus-1-dev libmount-dev 
libblkid-dev libpulse-dev libxrandr-dev libxtst-dev libxcursor-dev 
libxcomposite-dev libxinerama-dev libxkbfile-dev libbullet-dev libsndfile1-dev 
libraw-dev libspectre-dev libpoppler-cpp [...]
+sudo apt-get install -y build-essential autoconf automake autopoint doxygen 
check luajit libharfbuzz-dev libpng-dev libudev-dev libwebp-dev libssl-dev 
libluajit-5.1-dev libfribidi-dev libcogl-gles2-dev libgif-dev libtiff5-dev 
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libdbus-1-dev libmount-dev 
libblkid-dev libpulse-dev libxrandr-dev libxtst-dev libxcursor-dev 
libxcomposite-dev libxinerama-dev libxkbfile-dev libbullet-dev libsndfile1-dev 
libraw-dev libspectre-dev libpoppler-cpp [...]
 sudo pip3 install meson

-- 


Reply via email to