Tags: v-jizhang/buck
Tags
Fixed git push access denied issue (facebook#2487) Co-authored-by: buck-bot <[email protected]>
pyenv upgraded, invalidate the cache (facebook#2484) * pyenv upgraded, invalidate the cache * Clear cache using an ENV varaible * Clear cache using an ENV varaible
Make release process work (facebook#2464) * Added cache to CircleCI * Revert "Added cache to CircleCI" This reverts commit 573db13. * Upgraded to Python3 for docker build * Upgraded to Python3 for docker build * Upgrade Buck Release to python3 * Pass release info to ant build * Fixed ant build for Windows
Test dependency stack is printed in query rdeps Summary: Just to be safe that dependency stacks are available in `buck query`. Reviewed By: philipjameson shipit-source-id: bf1d0629dc
Allow creation of an "umbrella directory" module map Summary: This adds a separate mode for module map generation that uses an umbrella directory declaration, rather than an umbrella header declaration. This fits Buck's general approach to headers better - it's kind of like an autoglob for every header in the library, without the need to either generate or manually maintain a valid umbrella header. It's implemented by adding a new `ModuleMapMode` enum, and a new case to `HeaderMode` to differentiate between the two associated forms of module maps. I decided to have it specified at the `.buckconfig` level, rather than per-library, as this is simpler and is sufficient for the use-case. Reviewed By: williamtwilson shipit-source-id: 10842bbd24
Change RunnerLibrary to TestRunner Summary: this renames the runner_library field on the test rules to be just runner. This makes more sense since we are now specifying the runners with special runner rules instead of just a generic library. Reviewed By: miaoyipu shipit-source-id: a9faec0d15
Add a little type safety to DaemonicParserState Summary: Otherwise it's too easy to obtain a cache for different type and get a runtime error (which I had during developement of another diff). Reviewed By: styurin shipit-source-id: d2a07b5bb7
Add visibility to configuration targets in tests Summary: This will be enforced later. Reviewed By: jtorkkola shipit-source-id: de08c23f5e
Revert changes around classpath deps in AndroidBinary Reviewed By: bobyangyf shipit-source-id: d140c6a9ce
Add flag to prevent apk-under-test from being uninstalled Summary: I'm bundling multiple tests together with remote execution, sharded by apk-under-test. I want to make it so only the last one uninstalls the apk under test, but I want to uninstall the test apk every time. I split --attempt-uninstall into --attempt-uninstall-instrumentation-apk and --attempt-uninstall-apk-under-test. I'm keeping --attempt-uninstall for now for back-compatibility. Reviewed By: IanChilds fbshipit-source-id: d567880703
PreviousNext