mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
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:
parent
ed0f4608f4
commit
c84dddf2f2
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue