Skip to content

Commit

Permalink
Try enabling crb for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Oct 6, 2023
1 parent 3f60075 commit beeeb2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ USER root
# emulating s390x on a x86 host (which is our case on GHA), see:
# - https://bugzilla.redhat.com/show_bug.cgi?id=2209635
# - https://bugzilla.redhat.com/show_bug.cgi?id=2211472
RUN dnf install -y epel-release && \
RUN dnf config-manager --set-enabled crb && \
dnf install -y epel-release && \
dnf -y update \
&& dnf -y install --nobest \
autoconf \
Expand Down

0 comments on commit beeeb2f

Please sign in to comment.