Skip to content

Commit

Permalink
Merge pull request #386 from jmlich/update-sofs-ci
Browse files Browse the repository at this point in the history
Update SFOS SDK CI image to 4.6.0.13
  • Loading branch information
piggz authored Aug 12, 2024
2 parents a478e3a + dbc5014 commit d405812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sailfishos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SailfishOS Build
on: [push, pull_request]

env:
OS_VERSION: 4.5.0.16
OS_VERSION: 4.6.0.13

jobs:
build:
Expand All @@ -25,7 +25,7 @@ jobs:
mkdir -p build ;
cd build ;
cp -r /share/* . ;
sb2 -t SailfishOS-$OS_VERSION-${{ matrix.arch }} -R zypper --non-interactive ar --no-gpgcheck http://repo.merproject.org/obs/home:/piggz:/kf5/sailfish_latest_${{ matrix.arch }}/ piggz ;
sb2 -t SailfishOS-$OS_VERSION-${{ matrix.arch }} -R zypper --non-interactive ar --no-gpgcheck https://repo.sailfishos.org/obs/sailfishos:/chum/4.6_${{ matrix.arch }}/ sailfishos_chum ;
sb2 -t SailfishOS-$OS_VERSION-${{ matrix.arch }} -R zypper --non-interactive refresh ;
sb2 -t SailfishOS-$OS_VERSION-${{ matrix.arch }} -R zypper --non-interactive in -y mpris-qt5-devel libkf5archive-devel kcoreaddons-devel kdb-devel libKDb3-3 mkcal-qt5-devel libicu-devel pulseaudio-devel;
mb2 -t SailfishOS-$OS_VERSION-${{ matrix.arch }} build ;
Expand Down
2 changes: 1 addition & 1 deletion documentation/build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To get into the build machine (if started by Sailfish IDE)
Use the `sb2-config` command to make your ARM target the default

Add this repo which provides KF5 packages
`sb2 -R zypper ar http://repo.merproject.org/obs/home:/piggz:/kf5/sailfish_latest_aarch64/ piggz`
`sb2 -R zypper ar https://repo.sailfishos.org/obs/sailfishos:/chum/4.6_aarch64/ sailfishos_chum`
and
`sb2 -R zypper refresh`

Expand Down

0 comments on commit d405812

Please sign in to comment.