Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: scripts/slave/recipes/chromium_libfuzzer.py

Issue 1823423005: [libfuzzer] UBSan build configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_libfuzzer.py
diff --git a/scripts/slave/recipes/chromium_libfuzzer.py b/scripts/slave/recipes/chromium_libfuzzer.py
index b3e171789c68136091143d4a55570da490d8af44..2b807ca9d73ab32a6e02cd2168804a81e743199b 100644
--- a/scripts/slave/recipes/chromium_libfuzzer.py
+++ b/scripts/slave/recipes/chromium_libfuzzer.py
@@ -46,6 +46,17 @@ BUILDERS = freeze({
'upload_bucket': 'chromium-browser-libfuzzer',
'upload_directory': 'msan',
},
+ 'Libfuzzer Upload Linux UBSan': {
+ 'chromium_config': 'chromium_clang',
+ 'chromium_apply_config': [ 'proprietary_codecs' ],
Dirk Pranke 2016/03/25 21:15:20 does this need the 'mb' config ?
aizatsky 2016/03/25 21:16:33 It's already in there.
Dirk Pranke 2016/03/25 21:20:54 oh, right, it's applied on line 81. Sorry for the
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_PLATFORM': 'linux',
+ 'TARGET_BITS': 64,
+ },
+ 'upload_bucket': 'chromium-browser-libfuzzer',
+ 'upload_directory': 'ubsan',
+ },
},
},
})
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698