From 4368487016a67ce36d6af84f3e490bb9a02fa48b Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Mon, 7 Nov 2022 18:01:19 +0100 Subject: [PATCH] libllvm-size: Increase the maximum expected size of the library --- libllvm-size/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libllvm-size/test.sh b/libllvm-size/test.sh index a9a2dfe..7ca1f61 100755 --- a/libllvm-size/test.sh +++ b/libllvm-size/test.sh @@ -4,7 +4,7 @@ # while stripping binaries, which causes the strip to fail, but does # not fail the build. This results in a libLLVM.so that is over 2GB # which breaks the nightly compose. So this test checks that libLLVM.so -# is less than 150MB to ensure it was successfully stripped. +# is less than 500MB to ensure it was successfully stripped. # https://bugzilla.redhat.com/show_bug.cgi?id=1793250 -test $(stat -L -c %s $LIBLLVM_PATH) -lt 157286400 +test $(stat -L -c %s $LIBLLVM_PATH) -lt 524288000