ci: remove '-Wl,-z,now' workaround

This removes extending LDFLAGS with '-Wl,-z,now'. This was added as
workaround but never really worked. It is correctly fixed with
pull request #1379

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2021-03-10 15:59:00 +00:00 committed by Andrei Vagin
parent ed0f4608f4
commit c84dddf2f2

View file

@ -136,12 +136,6 @@ if [ "${CD_TO_TOP}" = "1" ]; then
cd ../../
fi
if [ "$CLANG" = "1" ]; then
# Needed for clang on Circle CI
LDFLAGS="$LDFLAGS -Wl,-z,now"
export LDFLAGS
fi
export GCOV CC
$CC --version
time make CC="$CC" -j4 V=1