summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authormetalstrolch <stefan.wildemann@metalstrolche.de>2022-05-24 13:17:13 +0200
committerjkoan <jkoan@users.noreply.github.com>2022-05-24 14:13:03 +0200
commit720b4f17c063cbdb76a03f30b591952e2bcf52de (patch)
tree560cece4dbb5c01a8dc33215997f4c6796f3a374 /contrib
parent6c1762ab48aa2d7a32d63d538a15282daa5dd941 (diff)
downloadnavit-720b4f17c063cbdb76a03f30b591952e2bcf52de.tar.gz
fix:ci: update sailfish os SDK version to 3.4.0.24
Sailfish SDK 3.4.0.24 is the newest version known to run on Jolla1 devices therefore this version is choosen. As it allows to build aarch64 binaries as well building those is enabled on ci. SDK images are fetched from coderus, thanks for providing. Images are known to be good on Jolla1(3.4.0.24) and Xperia XA2 (4.4.0.64, latest as of writing). Aarch64 rpm is completely untested.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/sailfish/build_sailfish_ci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/sailfish/build_sailfish_ci.sh b/contrib/sailfish/build_sailfish_ci.sh
index 55a20317d..9b5849f9f 100755
--- a/contrib/sailfish/build_sailfish_ci.sh
+++ b/contrib/sailfish/build_sailfish_ci.sh
@@ -19,4 +19,7 @@ sb2 -t SailfishOS-${VERSION_ID}-armv7hl -m sdk-build rpmbuild --define "_topdir
#intel devices
#sb2 -t SailfishOS-${VERSION_ID}-i486 -m sdk-install -R zypper --non-interactive in $(grep "^BuildRequires: " navit-sailfish.spec | sed -e "s/BuildRequires: //")
#sb2 -t SailfishOS-${VERSION_ID}-i486 -m sdk-build rpmbuild --define "_topdir /home/nemo/rpmbuild" --define "navit_source ${SCRIPTPATH}/../.." -bb navit-sailfish.spec
+#64 bit devices
+sb2 -t SailfishOS-${VERSION_ID}-aarch64 -m sdk-install -R zypper --non-interactive in $(grep "^BuildRequires: " navit-sailfish.spec | sed -e "s/BuildRequires: //")
+sb2 -t SailfishOS-${VERSION_ID}-aarch64 -m sdk-build rpmbuild --define "_topdir /home/nemo/rpmbuild" --define "navit_source ${SCRIPTPATH}/../.." -bb navit-sailfish.spec