Skip to content

Commit

Permalink
ci: stop building libpeas in the container
Browse files Browse the repository at this point in the history
libpeas-2 is now available in fedora-updates
  • Loading branch information
andyholmes committed Dec 16, 2023
1 parent fea64b6 commit 5bb980d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build-aux/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@ RUN dnf install -y \
sqlite-devel sqlite-debuginfo && \
dnf clean all && rm -rf /var/cache/dnf

# Build libpeas-2, until it's available in Fedora
RUN git clone https://gitlab.gnome.org/GNOME/libpeas.git \
--branch main \
--single-branch && \
cd libpeas && \
meson setup --prefix=/usr \
-Dgjs=false \
-Dlua51=false \
-Dpython3=false \
-Dintrospection=true \
-Dvapi=true \
_build && \
meson install -C _build

# Build libwalbottle from source, since it's not available in most repositories
RUN git clone https://gitlab.com/walbottle/walbottle.git \
--branch main \
Expand Down

0 comments on commit 5bb980d

Please sign in to comment.