This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository zorg.
from 642ee6a [sanitizers] Remove _CHECKOUT prefix from some variables for [...] new d59802b [sanitizers] Add dedicated script for Android tests new e09d702 [sanitizers] Fix script formating new dfb7c90 [sanitizers] Add Android builder and slave new 3d79230 [sanitizers] Don't enable asserts on stage1 clang
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: buildbot/osuosl/master/config/builders.py | 5 + buildbot/osuosl/master/config/slaves.py | 2 + .../builders/sanitizers/buildbot_android.sh | 71 +++++ .../sanitizers/buildbot_android_functions.sh | 327 ++++++++++++--------- .../buildbot/builders/sanitizers/buildbot_cmake.sh | 29 -- zorg/buildbot/builders/sanitizers/buildbot_fast.sh | 4 +- .../builders/sanitizers/buildbot_selector.py | 4 +- 7 files changed, 267 insertions(+), 175 deletions(-) create mode 100755 zorg/buildbot/builders/sanitizers/buildbot_android.sh