[sysadmin/ci-tooling] /: Disable parts of the System Dependency building on Android CI until rsync can be made available.

Ben Cooksley null at kde.org
Sat Nov 3 03:48:13 GMT 2018


Git commit a01c4d1ba8fd31f1112c207b61542b14aab3e9e8 by Ben Cooksley.
Committed on 03/11/2018 at 03:48.
Pushed by bcooksley into branch 'master'.

Disable parts of the System Dependency building on Android CI until rsync can be made available.
The Docker image for Android CI currently can't be built due to missing tags/branches in the Qt Git repositories which were previously present.
See https://build.kde.org/job/Administration/job/Docker%20Generate%20AndroidQt5.11%20SDK/ for more information.

CCMAIL: kde-frameworks-devel at kde.org
CCMAIL: aleixpol at kde.org

M  +1    -1    pipeline-templates/AndroidQt5.11.template
M  +1    -0    system-images/android/sdk/Dockerfile

https://commits.kde.org/sysadmin/ci-tooling/a01c4d1ba8fd31f1112c207b61542b14aab3e9e8

diff --git a/pipeline-templates/AndroidQt5.11.template b/pipeline-templates/AndroidQt5.11.template
index 17d21da..1c5f1b1 100644
--- a/pipeline-templates/AndroidQt5.11.template
+++ b/pipeline-templates/AndroidQt5.11.template
@@ -68,7 +68,7 @@ timestamps {
 
 				\$systemDependencies
 
-				rsync -Ha '\$DESTDIR/\$APP_INSTALL_PREFIX/' '\$APP_INSTALL_PREFIX/'
+				#rsync -Ha '\$DESTDIR/\$APP_INSTALL_PREFIX/' '\$APP_INSTALL_PREFIX/'
 			"""
 		}
 
diff --git a/system-images/android/sdk/Dockerfile b/system-images/android/sdk/Dockerfile
index 14deab2..14034ea 100644
--- a/system-images/android/sdk/Dockerfile
+++ b/system-images/android/sdk/Dockerfile
@@ -13,6 +13,7 @@ RUN apt-get -qq update && apt-get install -qq \
     build-essential \
     gperf gettext \
     python3 python3-paramiko python3-lxml python3-yaml \
+    rsync \
     bison flex \
     ruby wget \
     libxml2-utils \


More information about the Kde-frameworks-devel mailing list