• Home
  • Raw
  • Download

Lines Matching +full:rev +full:- +full:parse

39     'amd64': 'x86-64',
48 'xcrun', '--toolchain', 'clang', 'clang++', '-xc++', '-fsyntax-only',
49 '-Wp,-v', '/dev/null'
66 triple = '--target=%s' % target.triple
67 sysroot = '--sysroot=%s' % cipd_dir.join('sysroot')
71 'AR': cipd_dir.join('bin', 'llvm-ar'),
73 'LDFLAGS': '%s %s -static-libstdc++' % (triple, sysroot),
76 triple = '--target=%s' % target.triple
77 sysroot = '--sysroot=%s' % api.step(
78 'xcrun sdk-path', ['xcrun', '--show-sdk-path'],
79 stdout=api.raw_io.output_text(name='sdk-path', add_output_log=True),
90 cipd_dir.join('bin', 'llvm-ar'),
92 '%s %s -nostdinc++ -cxx-isystem %s' %
120 api.step('fetch', ['git', 'fetch', '--tags', repository, ref])
123 'rev-parse', ['git', 'rev-parse', 'HEAD'],
129 (str(change.change)[-2:], change.change, change.patchset)
148 return [api.target('linux-amd64'), api.target('linux-arm64')]
150 return [api.target('mac-amd64'), api.target('mac-arm64')]
158 'args': ['-d'],
163 'args': ['--use-lto', '--use-icf'],
182 # may refer to the same platform string (e.g. linux-amd64).
186 # call _get_compilation_environment. So create a { platform -> Target }
202 ['git', 'fetch', '--tags', RPMALLOC_GIT_URL, RPMALLOC_BRANCH])
205 # Patch configure.py since to add -Wno-ignored-optimization-flag since
206 # Clang will now complain when `-funit-at-a-time` is being used.
210 "CXXFLAGS = ['-Wall', '-Weverything', '-Wfoo']")
212 "'-Wno-disabled-macro-expansion'",
213 "'-Wno-disabled-macro-expansion', '-Wno-ignored-optimization-argument'")
220 rpmalloc_os, rpmalloc_arch = platform.split('-')
227 with api.step.nest('build rpmalloc-' + platform), api.context(
232 args=['-c', 'release', '-a', rpmalloc_arch, '--lto'])
252 '--link-lib=%s' % rpmalloc_static_libs[target.platform]
259 [cipd_dir.join('ninja'), '-C',
293 if api.buildbucket.builder_id.project == 'infra-internal':
297 api.step('Package is up-to-date', cmd=None)
326 project='infra-internal',
330 'git.rev-parse', api.raw_io.stream_output_text('a' * 40)
332 'release.linux-amd64.upload.cipd search gn/gn/linux-amd64 git_revision:' +
334 api.cipd.example_search('gn/gn/linux-amd64',
338 project='infra-internal',
342 'git.rev-parse', api.raw_io.stream_output_text('a' * 40)
344 'release.linux-amd64.upload.cipd search gn/gn/linux-amd64 git_revision:' +
345 'a' * 40, api.cipd.example_search('gn/gn/linux-amd64', [])))