Skip to content

Commit 1d1b949

Browse files
praiskupxsuchy
authored andcommitted
tests: do not try to build mock.src.rpm against navy-*
Relates: #1550
1 parent 8561d18 commit 1d1b949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mock/integration-tests/runconfigs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ for i in $configs; do
3838
# Keep building the SIMPLESRPM
3939
# - oraclelinux+epel can't work with mock.spec, as %rhel is not defined
4040
# - fedora-eln doesn't provide all the EPEL packages needed by mock.spec
41+
# - navy doesn't provide all the needed packages:
42+
# https://github.com/rpm-software-management/mock/pull/1550
4143
oraclelinux+epel-7*) ;;
4244
fedora-eln*) ;;
45+
navy-*) ;;
4346
# For EPEL/Fedora try to build Mock.
4447
fedora*|*+epel*-8*)
4548
# we support building mock there, so test it instead

0 commit comments

Comments
 (0)