skia2/infra/bots/recipe_modules/flavor
Mike Klein 30578893c5 add -SafeStack bots
These bots use https://clang.llvm.org/docs/SafeStack.html.

This separates the safe (constant size?) parts of the stack like return
address and some local variables apart from the unsafe over- and
underflow prone array uses.  These go on the "unsafe stack".

In theory this makes sense on {Linux,Mac}x{Debug,Release},
but let's just start with Linux/Debug.

Change-Id: I9f5cbeb7081e7d9ac8e1298ca0d86880a6085cfa
Reviewed-on: https://skia-review.googlesource.com/62743
Reviewed-by: Yuqian Li <liyuqian@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
2017-10-23 15:32:28 +00:00
..
examples add -SafeStack bots 2017-10-23 15:32:28 +00:00
resources Reland: Use bundled recipes for all test/perf tasks 2017-04-07 13:26:10 +00:00
__init__.py Remove dependency on recipe_engine/shutil. 2017-07-10 13:46:35 +00:00
api.py [recipes] Fix *_VERSION step failure handling 2017-04-24 21:20:04 +00:00
default_flavor.py Remove dependency on recipe_engine/shutil. 2017-07-10 13:46:35 +00:00
flutter_flavor.py [skia] convert recipes and module to new context module 2017-05-15 13:46:22 +00:00
gn_android_flavor.py Fix asset version detection 2017-10-13 17:20:37 +00:00
gn_chromebook_flavor.py Fix Chromebook output step and skpbench 2017-10-12 19:18:11 +00:00
gn_chromecast_flavor.py Fix chromecast perfs 2017-08-31 17:50:01 +00:00
gn_flavor.py add -SafeStack bots 2017-10-23 15:32:28 +00:00
ios_flavor.py Remove debug flag for ios bots 2017-05-19 20:56:47 +00:00
pdfium_flavor.py Convert last step.context stragglers. 2017-06-01 11:39:57 +00:00
valgrind_flavor.py Add CIPD asset for Valgrind 2017-05-31 19:41:13 +00:00