Skip to content

Commit

Permalink
Do not use blivet COPR for container builds
Browse files Browse the repository at this point in the history
Blivet project is building COPR daily builds always from `master`
branch. However, Fedora-39 Anaconda is not compatible with `master`
blivet because of removal of NVDIMM support.

This will fix container builds for Fedora-39.
  • Loading branch information
jkonecny12 committed Jan 3, 2024
1 parent ec717fb commit 34a43cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dockerfile/anaconda-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ RUN set -ex; \
fi; \
BRANCH=${BRANCH#fedora-}; \
dnf copr enable -y ${copr_repo} fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/blivet-daily fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/udisks-daily fedora-${BRANCH}-x86_64; \
else \
dnf copr enable -y ${copr_repo} fedora-eln-x86_64; \
fi; \
Expand Down
2 changes: 0 additions & 2 deletions dockerfile/anaconda-rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ RUN set -ex; \
fi; \
BRANCH=${BRANCH#fedora-}; \
dnf copr enable -y ${copr_repo} fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/blivet-daily fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/udisks-daily fedora-${BRANCH}-x86_64; \
else \
dnf copr enable -y ${copr_repo} fedora-eln-x86_64; \
fi; \
Expand Down

0 comments on commit 34a43cb

Please sign in to comment.