Skip to content

Commit

Permalink
azure: enable nightly 389-ds builds for Rawhide
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
  • Loading branch information
abbra committed Jun 1, 2021
1 parent d4dfad9 commit b50d76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipatests/azure/Dockerfiles/Dockerfile.build.rawhide
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# replace with 'fedora:rawhide' on fix:
# https://bugzilla.redhat.com/show_bug.cgi?id=1869612
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora-toolbox:latest
MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org]
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8

ADD dist /root
RUN echo 'deltarpm = false' >> /etc/dnf/dnf.conf \
&& dnf update -y dnf \
&& sed -i 's/%_install_langs \(.*\)/\0:fr/g' /etc/rpm/macros.image-language-conf \
&& dnf -y copr enable @389ds/389-ds-base-nightly \
&& dnf install -y systemd \
&& dnf install -y \
firewalld \
Expand Down
1 change: 1 addition & 0 deletions ipatests/azure/templates/prepare-build-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
python3-pyyaml \
echo "Installing FreeIPA development dependencies"
sudo dnf -y copr enable @389ds/389-ds-base-nightly
sudo dnf builddep -y freeipa
sudo dnf builddep -y --skip-broken -D "with_wheels 1" -D "with_lint 1" -D "with_doc 1" --spec freeipa.spec.in --best --allowerasing --setopt=install_weak_deps=False
displayName: Prepare build environment

0 comments on commit b50d76c

Please sign in to comment.