This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Commit e2bf51a
tell infer it's running under buck
Summary:
Infer used to rely on env var `INFER_ARGS` containing `--buck` so as to know it's running under buck. This is no longer going to work in RE as env vars don't translate.
This is used in infer to clean up the output and make it suitable for caching.
This diff makes the flavour explicitly tell the infer invoked it's running under buck via a command line argument.
Reviewed By: cjhopman
fbshipit-source-id: 888a83fbcd5ed291281100e755a56e0894ae4dad1 parent c9acd32 commit e2bf51a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
0 commit comments