Please.Build is a cross-language build system with an emphasis on high performance, extensibility and reproducibility. Use this tag for questions about Please syntax and rules.
Questions tagged [please.build]
2 questions
1
vote
1 answer
Can bazel package depend on a source file in another package
A few years ago I wrote a set of wrappers for Bazel that enabled me to use it to build FPGA code. The FPGA bit is only relevant because the full clean build takes many CPU days so I really care about caching and minimizing rebuilds.
Using Bazel…

Fenster34
- 438
- 5
- 11
0
votes
1 answer
How to use filegroup with target|file syntax in please build?
I'm using the please build tool and I'm having trouble using the target|file syntax with a filegroup. Specifically, I want to use specific files from the filegroup output in a genrule, but the syntax doesn't seem to work. Here's an example of what…

izissise
- 898
- 1
- 7
- 23