public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* New buildbot CI worker setups
@ 2021-12-09 17:15 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2021-12-09 17:15 UTC (permalink / raw)
  To: elfutils-devel

Hi,

I tweaked the configure options various buildbot do:
https://builder.wildebeest.org/buildbot/#/builders?tags=elfutils

elfutils-centos-x86_64:
  --enable-valgrind --enable-sanitize-undefined

elfutils-debian-amd64:
  --enable-valgrind --enable-sanitize-undefined

elfutils-debian-arm64:
  --enable-valgrind
(--enable-sanitize-undefined slows down too much,
 --enable-sanitize-address is 3 times slower than --enable-valgrind)

elfutils-debian-armhf:
  --enable-sanitize-address --enable-sanitize-undefined

elfutils-debian-i386:
  --enable-sanitize-address --enable-sanitize-undefined

elfutils-fedora-ppc64:
  --enable-sanitize-undefined

elfutils-fedora-ppc64le:
  --enable-valgrind --enable-sanitize-undefined

elfutils-fedora-s390x:
  --enable-valgrind --enable-sanitize-undefined

elfutils-fedora-x86_64
  does a make distcheck, which enables
  --enable-valgrind --enable-sanitize-undefined

Hopefully that is a good mix of extra checking options.

Cheers,

Mark

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-09 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 17:15 New buildbot CI worker setups Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).