Add a config for a clang-ubsan buildbot please
![](https://secure.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524.jpg?s=120&d=mm&r=g)
ping. +cc: Zachary as I believe they're a python buildmaster config person?
On Tue, Apr 24, 2018 at 5:50 PM Gregory P. Smith <greg@krypto.org> wrote:
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
![](https://secure.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95.jpg?s=120&d=mm&r=g)
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@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@python.org https://mail.python.org/mailman/listinfo/python-buildbots
![](https://secure.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524.jpg?s=120&d=mm&r=g)
Oh cool, I didn't realize I could do that myself. I've added a note to https://wiki.python.org/moin/BuildBot which only suggested emailing python-buildbots@.
-gps
On Fri, May 4, 2018 at 4:49 PM Victor Stinner <victor.stinner@gmail.com> wrote:
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@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@python.org https://mail.python.org/mailman/listinfo/python-buildbots
![](https://secure.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524.jpg?s=120&d=mm&r=g)
https://github.com/python/buildmaster-config/pull/33
On Fri, May 4, 2018 at 8:05 PM Gregory P. Smith <greg@krypto.org> wrote:
Oh cool, I didn't realize I could do that myself. I've added a note to https://wiki.python.org/moin/BuildBot which only suggested emailing python-buildbots@.
-gps
On Fri, May 4, 2018 at 4:49 PM Victor Stinner <victor.stinner@gmail.com> wrote:
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@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@python.org https://mail.python.org/mailman/listinfo/python-buildbots
participants (2)
-
Gregory P. Smith
-
Victor Stinner