Fix dbus launching in CI
This commit is contained in:
parent
3cc8c66af6
commit
ffa222677a
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ build-flatpak:
|
|||
script:
|
||||
- export VERSION=$(git describe)
|
||||
# workaround for https://github.com/flatpak/flatpak/issues/5076
|
||||
- dbus-send --system /org/freedesktop/DBus org.freedesktop.DBus || dbus-daemon --system --fork
|
||||
- dbus-send --system /org/freedesktop/DBus org.freedesktop.DBus || (mkdir -p /run/dbus/ && dbus-daemon --system --fork)
|
||||
- mkdir -p build-flatpak
|
||||
- cd build-flatpak
|
||||
- flatpak-builder --arch=${AARCH} --install-deps-from=flathub --user --disable-rofiles-fuse --ccache --repo=repo --default-branch=${CI_COMMIT_REF_NAME//\//_} --subject="Build of Nheko ${VERSION} `date` for ${ARCH}" app ../im.nheko.Nheko.yaml --jobs=$JOBS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue