ci: Build gnome-online-accounts into container
For the changes in gnome-online-accounts!253. This can be reverted when gnome-online-accounts.47.alpha is out.
This commit is contained in:
parent
efe17b54f2
commit
b7b75fb0a8
1 changed files with 7 additions and 1 deletions
|
@ -49,7 +49,7 @@ stages:
|
|||
# Should probably also switch away from 'rawhide',
|
||||
# to stable fedora branch as well.
|
||||
BRANCH_NAME: 'main'
|
||||
CONTAINER_TAG: '2024-06-19.0'
|
||||
CONTAINER_TAG: '2024-06-27.0'
|
||||
FEDORA_VERSION: rawhide
|
||||
# Derive FDO variables from this automatically.
|
||||
# DO NOT edit, instead change the variables above
|
||||
|
@ -117,6 +117,12 @@ build.container.fedora@x86_64:
|
|||
meson compile -C _build && \
|
||||
meson install -C _build && \
|
||||
cd .. && \
|
||||
git clone --depth 1 https://gitlab.gnome.org/GNOME/gnome-online-accounts.git && \
|
||||
cd gnome-online-accounts && \
|
||||
meson setup _build --prefix=/usr -Dfedora=true && \
|
||||
meson compile -C _build && \
|
||||
meson install -C _build && \
|
||||
cd .. && \
|
||||
dnf remove -y systemtap-runtime
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Reference in a new issue