Skip to content

Commit

Permalink
Worked around errors reported by Helgrind during lazy symbol lookup i…
Browse files Browse the repository at this point in the history
…n glibc
  • Loading branch information
dimkr committed Dec 17, 2017
1 parent b3f42db commit d78a2d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ meson test -C build-small --no-rebuild --print-errorlogs
meson configure -Ddefault_library=static build-small
DESTDIR=dest-static ninja -C build-small install

# this is required to work around missing suppressions in glibc's symbol lookup
export LD_BIND_NOW=1

for i in build build-clang
do
meson test -C $i --no-rebuild --print-errorlogs --repeat 5
Expand Down

0 comments on commit d78a2d2

Please sign in to comment.