revert on-demand for the checkers now that the hash for long filename is fixed

Reviewed By: sblackshear

Differential Revision: D2912240

fb-gh-sync-id: 7f27d83
shipit-source-id: 7f27d83
master
Jeremy Dubreil 9 years ago committed by facebook-github-bot-7
parent aa673eadbd
commit 6389cb9bd0

@ -431,9 +431,7 @@ class Infer:
infer_options += ['-project_root', self.args.project_root]
if self.args.analyzer in [config.ANALYZER_CHECKERS]:
# TODO: 9936222: restore on-demand for the checkers
# os.environ['INFER_ONDEMAND'] = 'Y'
pass
os.environ['INFER_ONDEMAND'] = 'Y'
os.environ['INFER_OPTIONS'] = ' '.join(infer_options)

@ -19,7 +19,6 @@ out = 'out'
clean_cmd = ' '.join(['rm', '-rf', out])
classpath = ':'.join([('$(classpath ' + path + ')') for path in dependencies])
infer_cmd = ' '.join([
'INFER_ONDEMAND=Y',
'infer',
'--no-progress-bar',
'--absolute-paths',

Loading…
Cancel
Save