From 1e25b2635ded50c7ade5b717d1683b82cab8f252 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 31 Mar 2024 15:46:54 +0200 Subject: [PATCH] build: disable gold linker in CI This should not be needed anymore nowadays. This is a tentative to fix the following errors with clang: /usr/bin/ld.gold: warning: Cannot export local symbol '__asan_check_load_add_16_RAX' --- tests/ci/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 71526cec..acd407c9 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -8,7 +8,6 @@ case "$(uname -s)" in LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS --localstatedir=/var --sysconfdir=/etc --prefix=/usr" [ $(uname -m) != x86_64 ] || \ LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS --enable-sanitizers" - LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS LDFLAGS=-fuse-ld=gold" ;; Darwin) LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS CFLAGS=-mmacosx-version-min=11.1" -- 2.39.5