Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate directories for build-report, if missing
Summary: This diff generates the directories for the build report, if necessary. It's needed to reproduce CI failures locally, where this directory doesn't exist. For examples, see this post: * https://fb.workplace.com/groups/askbuck/permalink/27772005049088080/ ``` Error writing build report Caused by: 0: create_file(/data/sandcastle/boxes/fbsource/fbcode/buck2/buck-out/v2/translator-build/build-report.json) 1: No such file or directory (os error 2) ``` More context: RL uses a translator subdirectory in buck for the build report output. This was added in D39889050 and discussed in this post: * https://fb.workplace.com/groups/buck2eng/permalink/2998592690438211/ Reviewed By: IanChilds Differential Revision: D68751966 fbshipit-source-id: 263b373f24748b70131e764574259914bc34de47
- Loading branch information