We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55f97bf + 74d0944 commit 48a1596Copy full SHA for 48a1596
hack/lib/constants.sh
@@ -356,7 +356,7 @@ function os::build::check_binaries() {
356
fi
357
if [[ -f "${OS_OUTPUT_BINPATH}/${platform}/openshift-node-config" ]]; then
358
size=$($duexe --apparent-size -m "${OS_OUTPUT_BINPATH}/${platform}/openshift-node-config" | cut -f 1)
359
- if [[ "${size}" -gt "30" ]]; then
+ if [[ "${size}" -gt "32" ]]; then
360
os::log::fatal "openshift-node-config binary has grown substantially to ${size}. You must have approval before bumping this limit."
361
362
0 commit comments