top | item 22199210

(no title)

jingwen | 6 years ago

Output directories are unique by the user and source project workspace directory. Output artifacts don't clobber, even though they are all in ~/.cache.

discuss

order

e40|6 years ago

Other reasons to avoid the home directory:

1. It might be NFS mounted.

2. Space might be an issue and more difficult to plan for if build outputs are going there.

jingwen|6 years ago

The location is not hard-coded and can be configured with the --output_base flag.