-
I figured I'd update my buck installation, so I ran `cargo install` again, with `-f`, which is how I update things that cargo installs normally.
I ended up getting `Access is denied. (os error 5)`,…
-
This is a continuation of https://github.com/facebookincubator/buck2-change-detector/issues/3#issuecomment-1979723079.
The idea is to have a way of building all the targets and running all the test…
-
Hello,
I'm currently migrating a repository from Please Build to Buck2, and I've encountered an issue with `load` statements.
In Please, there is a feature called `subinclude` (see [Please Built…
-
While talking on Discord about a general idea of "How do I skip some tests that are slow", I came up with an idea I wanted to post here on the bug tracker:
> Here is a crazy idea that maybe isn't f…
-
I'm evaluating buck2 with the specific intent to generate container images that are deterministic
i do know you can do this with bazel and in golang with [ko](https://github.com/ko-build/ko):
- …
-
There is some discussion on the buck2 discord about best practices with linting and how to scale linting at smaller repo scales vs massive monorepos. The expectation of a massive monorepo tends to be …
-
I noticed that there are some Android rules in the source code, but I couldn’t find any usage examples or documentation for Android and Java.
-
Need to navigate to a file `app/buck2_build_api/src/interpreter/rule_defs/mod.rs:22` for example.
(This is because build is performed without cargo, from terminal, so I copy file path and line numb…
-
From https://github.com/facebook/buck2/blob/f014edfff62a78dc2868c580edb8950f456a65ec/docs/bootstrapping.md:
> Note that the resulting binary will be compiled without optimisations or [jemalloc](htt…
-
(This is totally not meant as a "do this today" thing, but a placeholder here for future possible work.)
It would be nice for there to be a Buck2 vscode extension. Syntax highlighting for Buck2-fla…