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 34. Kick out a BDB remnant while at it.
  • Loading branch information
pmatilai committed Oct 18, 2021
1 parent 4474ed1 commit 20572c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:32
FROM registry.fedoraproject.org/fedora:34
MAINTAINER [email protected]

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 20572c6

Please sign in to comment.