We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e06341 commit a63ae25Copy full SHA for a63ae25
hack/dockerfile_install_support.sh
@@ -47,7 +47,8 @@ else
47
tuned-profiles-nfv-host tuned-profiles-openshift tuned-profiles-oracle tuned-profiles-postgresql tuned-profiles-realtime \
48
tuned-profiles-sap tuned-profiles-sap-hana tuned-profiles-spectrumscale \
49
$INSTALL_PKGS"
50
- dnf install --setopt=tsflags=nodocs -y ${INSTALL_PKGS}
+ test "$OPENSHIFT_CI" && extra_opts="--disablerepo *-server-ose*" || extra_opts="" # Workaround not to pull python3-perf from "ose" repos
51
+ dnf install --setopt=tsflags=nodocs -y $extra_opts ${INSTALL_PKGS}
52
53
fi
54
0 commit comments