Searched refs:githash (Results 1 – 5 of 5) sorted by relevance
27 def __init__(self, githash): argument28 self.githash = githash150 'GCC_GITHASH': config.gcc_config.githash,288 label = self._BuildLabelName(config.gcc_config.githash)352 for githash in options.githashes.split(','):353 gcc_config = GCCConfig(githash=githash)
197 if args.githash:198 command += ['--githash', args.githash]
366 if args.githash:367 output["gitHash"] = args.githash