Skip to content

Commit

Permalink
Revert "Fix build using wrong dir in bootstrapping"
Browse files Browse the repository at this point in the history
This reverts commit 460c950.
  • Loading branch information
psychonic committed Dec 9, 2023
1 parent 6ee68e0 commit e0e018c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/buildbot/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ def main():
shutil.rmtree('OUTPUT')
if not os.path.isdir('OUTPUT'):
os.makedirs('OUTPUT')

run_shell(config_argv, env = build_env)
run_shell(config_argv, env = build_env)

if __name__ == '__main__':
main()

0 comments on commit e0e018c

Please sign in to comment.