buck icon indicating copy to clipboard operation
buck copied to clipboard

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.

Results 115 buck issues
Sort by recently updated
recently updated
newest added

This PR add support for NDK r21e and r22. The NDK r22 comes with some changes related to include paths. The target parameter need to contain the platform level version...

CLA Signed

Fixed a typo in docs/command/project.soy: ~Sudio~ -> Studio

CLA Signed

It appears that a genrule which uses the `$(location )` macro has no way of getting the location of the output of the specified target for the flavor which was...

Build the project by using ./bin/buck build --show-output buck it throw error common.py should handle the permission but for some reason there is something is not right Python 3.8.5 buck...

When running ./bin/buck build --show-output buck Shivs-MacBook-Pro:buck shivkumarmalik$ ./bin/buck build --show-output buck Warning: JAVA_HOME is set to "/Library/Java/JavaVirtualMachines/jdk-11.0.11.jdk/Contents/Home", which looks like a Java 11 path, but Buck requires Java 15....

if I use Android data binding library,I must use Android Studio to compile my project.Can I use Buck to compile Data Binding project? https://developer.android.com/tools/data-binding/guide.html

enhancement
P2

I'm trying to build Realm, but it's modulemap has submodules: ` module Realm { umbrella header "Realm.h" export * module * { export * } explicit module Private { header...

When running `buck test` with the `--xml` argument, the resulting XML file contains the name of the test class that was run in a `` element and the name of...

Why? Buck can not read Kotlin 1.5.0 metadata. `KotlinClassMetadata.read()` returns `null` trying to parse 1.5.0 source file. -`KotlinMetadataReader.java` Reproduce: 1. Update `kotlin-compiler` to 1.5.0 2. Update `kotlin-stdlib` to 1.5.0 [optional]...

Hey peeps. Last week I was taking a look at support XCFramework on Buck, for both build and project commands. XCFrameworks is a new bundle type that contains a framework...