Lines Matching refs:build_config
140 self.build_config = config
357 if self.config.build_config in target['exclude_configs']:
363 _MSBUILD_CONFIG[self.config.build_config],
369 binary = 'bins/%s/%s' % (self.config.build_config,
749 if self.config.build_config != 'gcov':
943 msbuild_config = _MSBUILD_CONFIG[self.config.build_config]
968 if self.config.build_config != 'gcov' or self.platform != 'windows':
1503 build_config = run_config.build_config variable
1644 cmdline, environ=build_step_environ(build_config), flake_retries=2)
1649 make_jobspec(build_config, list(targets), makefile)
1656 environ=build_step_environ(build_config),
1663 jobset.JobSpec(cmdline, environ=build_step_environ(build_config))