please
please copied to clipboard
High-performance extensible build system for reproducible multi-language builds.
When using `LinkGeneratedSources`, the linked files aren't cleaned up when executing a `plz clean`. ``` [Build] LinkGeneratedSources = soft UpdateGitignore = true ``` ``` $ ls -lA total 40 -rw-r--r--...
In bazel, it is possible to call the cquery with `--proto:instantiation_stack`. The `instantiation_stack` shows where the target is created from and can help a great deal with tracing where things...
I am using please build and would love to see some provenance attestation data being output when I run the build. Lately the requests in open source for provenance data...
This function facilitates the creation and modification of labels in bulk or for obtaining the full label. It also enables referencing other packages and subrepos relatively from the current one...
`--shell` causes us to create the temp dir & download everything into it. However the shell that's set up refers to local paths for tools which are in the wider...
I added the following to a repo (specifically thought-machine/please-servers): ``` github_repo( name = "please", repo = "thought-machine/please", revision = "v17.8.0", ) ``` but it won't build with ``` $ plz...
Looks like you need remote execution enabled and just do `plz help ` ``` $ plz help panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
Decided while working on #3143 that this was messy as a slice. Heaps of code needs to loop over it and do string splitting and whatnot, and keeping on having...
Closes #3155