[infer][bucklib] Removing INFER_ANALYSIS flag

Reviewed By: jeremydubreil

Differential Revision: D6738795

fbshipit-source-id: 6d1a6a3
master
Tony Hu 7 years ago committed by Facebook Github Bot
parent 7291731f48
commit 55ecd9b0a4

@ -72,10 +72,6 @@ def prepare_build(args):
logging.error('Could not find infer')
raise e
# make sure INFER_ANALYSIS is set when buck is called
logging.info('Setup Infer analysis mode for Buck: export INFER_ANALYSIS=1')
os.environ['INFER_ANALYSIS'] = '1'
# disable the Buck daemon as changes in the Buck config
# may be missed otherwise
os.environ['NO_BUCKD'] = '1'

Loading…
Cancel
Save