Update premerge_checks.py
use specific commit for reproducing the build
This commit is contained in:
parent
a410c28d03
commit
dc1080fc4c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if __name__ == '__main__':
|
|||
print('--- Reproduce build locally', flush=True)
|
||||
print(f'git clone {os.getenv("BUILDKITE_REPO")} llvm-project')
|
||||
print('cd llvm-project')
|
||||
print(f'git checkout {os.getenv("BUILDKITE_BRANCH")}')
|
||||
print(f'git checkout {os.getenv("BUILDKITE_COMMIT")}')
|
||||
for s in report.steps:
|
||||
if len(s.reproduce_commands) == 0:
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue