Chromium Code Reviews
Descriptionrecipes: Switch from 3 ways for requesting clobber builds to 1
Some bots applied the clobber config, some set force_clobber when
calling compile(), and some set clobber: true on the bot. Move to the
first, and remove compile()'s force_clobber parameter and make it
look only at the first signal.
The motivation is that once this is done in a unified way, clobber can
be moved to a separate step that runs before runhooks and
generate_buidl_files instead of during compile – then clobbering doesn't
have to be careful to not delete ninja files, isolate files, and other things
that are generated by runhooks and generate_build_files.
No intended behavior change.
BUG=574557
Committed: https://chromium.googlesource.com/chromium/tools/build/+/b55273d810342bb785b961f614247ae9d4c4e631
Patch Set 1 #Patch Set 2 : hm #Patch Set 3 : hm #Patch Set 4 : . #Patch Set 5 : works? #
Total comments: 2
Patch Set 6 : 1 actually #Patch Set 7 : shorter #Patch Set 8 : presubmit #Patch Set 9 : presubmit2 #
Total comments: 1
Messages
Total messages: 12 (6 generated)
|