From a82e3c38c8800dade9836ea6e881aa4709e91172 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Fri, 4 Aug 2023 11:01:41 +0200 Subject: [PATCH] diff-manifests: CRB is enabled in the prepareScript --- test/cases/diff-manifests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cases/diff-manifests.sh b/test/cases/diff-manifests.sh index a4bf95e1d4..d4036db39c 100755 --- a/test/cases/diff-manifests.sh +++ b/test/cases/diff-manifests.sh @@ -49,8 +49,6 @@ fi greenprint "Installing build dependencies" # first we need to install the rpm macros so that dnf can parse our spec file sudo dnf install -y redhat-rpm-config -# we need to have access to codeready-builder repos for the dependencies -sudo dnf config-manager --set-enabled codeready-builder-for-rhel-9-rhui-rpms # now install our build requirements sudo dnf build-dep -y osbuild-composer.spec