Skip to content

Commit 48a1596

Browse files
Merge pull request #20591 from adammhaile/size-increase
Increasing allowed openshift-node-config size
2 parents 55f97bf + 74d0944 commit 48a1596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/lib/constants.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function os::build::check_binaries() {
356356
fi
357357
if [[ -f "${OS_OUTPUT_BINPATH}/${platform}/openshift-node-config" ]]; then
358358
size=$($duexe --apparent-size -m "${OS_OUTPUT_BINPATH}/${platform}/openshift-node-config" | cut -f 1)
359-
if [[ "${size}" -gt "30" ]]; then
359+
if [[ "${size}" -gt "32" ]]; then
360360
os::log::fatal "openshift-node-config binary has grown substantially to ${size}. You must have approval before bumping this limit."
361361
fi
362362
fi

0 commit comments

Comments
 (0)