From 7cbdf3f79abf280bb0de28bda2ce461691713175 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sat, 13 Mar 2021 19:06:09 +0000 Subject: [PATCH] Third broken update for Centos binutils with LTO broken. Ignore all 2.30 for now. --- tools/jenkins/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index 53ec8134fe..b10c887a21 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -190,7 +190,7 @@ else MAY_DISABLE_SOURCE_CHANGE="-DCMAKE_DISABLE_SOURCE_CHANGES=ON" fi -if [ "$os" = "CentOS" ] && [ "$(ld -v | cut -d\ -f4)" = "2.30-90.el8" ]; then +if [ "$os" = "CentOS" ] && [ "$(ld -v | cut -d\ -f4 | cut -c1-4)" = "2.30" ]; then echo "Temporary disable LTO, believed to be broken on this system." MAY_DISABLE_LTO=-Denable_lto=OFF else -- 2.20.1