please icon indicating copy to clipboard operation
please copied to clipboard

High-performance extensible build system for reproducible multi-language builds.

Results 193 please issues
Sort by recently updated
recently updated
newest added

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--...

wontfix

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...

wontfix

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...

wontfix

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...

wontfix

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...

wontfix

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...

wontfix

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...