summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2022-06-14 13:22:06 +0200
committerjkoan <jkoan@users.noreply.github.com>2023-01-11 07:50:27 +0100
commit9eeacfdf05aae884027b9e4a2b4740b855f42c1d (patch)
tree871418e04914089e404828e249a2e57cfe3cd90e
parent861755fa68a57c979077ccbd369ee6cef3ae5e47 (diff)
downloadnavit-9eeacfdf05aae884027b9e4a2b4740b855f42c1d.tar.gz
try 4.4.0.64
-rw-r--r--.github/workflows/build.yml4
-rwxr-xr-xcontrib/sailfish/build_sailfish_ci.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5616269fc..a8908772b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
needs: sanity_check
container:
- image: coderus/sailfishos-platform-sdk:3.4.0.24
+ image: coderus/sailfishos-platform-sdk:4.4.0.64
steps:
- uses: actions/checkout@v1
# TODO currently broken because of USER in Dockerimage and probably because of double containers as well
@@ -79,7 +79,7 @@ jobs:
- name: run build
run: sudo -E bash contrib/sailfish/build_sailfish_ci.sh
env:
- VERSION_ID: 3.4.0.24
+ VERSION_ID: 4.4.0.64
- uses: actions/upload-artifact@v1
with:
name: Store rpm
diff --git a/contrib/sailfish/build_sailfish_ci.sh b/contrib/sailfish/build_sailfish_ci.sh
index fee98d82a..eccf89abd 100755
--- a/contrib/sailfish/build_sailfish_ci.sh
+++ b/contrib/sailfish/build_sailfish_ci.sh
@@ -3,7 +3,7 @@
# please don't mess around with those lines without testing,
# even if some fancy tool tells you to do so to save some pipes.
# -hoehnp-
-export HOME=/home/nemo
+
if [ -z ${VERSION_ID+x} ]; then echo "VERSION_ID not set. Forgot to export VERSION_ID?"; exit 1; fi
# First we need to cd to the directory containing this script and the spec file.