[Python-buildbots] Add a config for a clang-ubsan buildbot please

Victor Stinner victor.stinner at gmail.com
Fri May 4 19:49:13 EDT 2018


The configuration can be found at:
https://github.com/python/buildmaster-config/blob/master/master/master.cfg

You may try to write a pull request.

Victor

2018-04-25 2:50 GMT+02:00 Gregory P. Smith <greg at krypto.org>:
> The configure command needs to be:
>
> CC=clang LD=clang CFLAGS="-fsanitize=undefined"
> LDFLAGS="-fsanitize=undefined" ./configure --with-pydebug
>
> I may be offline for a few days, but i'll get this running in the next week
> or two.
>
> thanks!
> -gps
> _______________________________________________
> Python-Buildbots mailing list
> Python-Buildbots at python.org
> https://mail.python.org/mailman/listinfo/python-buildbots


More information about the Python-Buildbots mailing list