Skip to content

Commit

Permalink
Drag our CI to this decade
Browse files Browse the repository at this point in the history
Been stuck on Fedora 32 for too long anyhow, but for debugedit we need
at least 35. Kick out a BDB remnant while at it.
  • Loading branch information
pmatilai committed Sep 3, 2021
1 parent fd57fc7 commit 6371ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:32
FROM registry.fedoraproject.org/fedora:35
MAINTAINER rpm-maint@lists.rpm.org

WORKDIR /srv/rpm
Expand All @@ -13,6 +13,7 @@ RUN dnf -y install \
automake \
libtool \
gettext-devel \
debugedit \
doxygen \
make \
gcc \
Expand Down Expand Up @@ -58,7 +59,6 @@ RUN ./configure \
--with-acl \
--with-audit \
--with-fsverity \
--enable-bdb \
--enable-ndb \
--enable-bdb-ro \
--enable-sqlite \
Expand Down

0 comments on commit 6371ff8

Please sign in to comment.