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

i.e. I seem to be getting `plz-out/bin/x/x.out` instead of `plz-out/bin/x/x` (as local execution does)

rex
not-stale

This is pretty simple but I couldn't figure it out: ```go // +build foo package main func main() { } ``` How do I pass in the `foo` build tag...

enhancement
hard
not-stale

The test here contains a good example of this. We have a plugin "foo" and we're building some targets in it. We want to be able to refer to ourselves...

[This line](https://github.com/thought-machine/please/blob/d04e97a0f574dffae8ff4f264348d2fd76a655c8/docs/codelabs/k8s.md?plain=1#L362) doesn't work on an Apple M1 machine. `minikube-{CONFIG.OS}-amd64` should be `minikube-{CONFIG.OS}-{CONFIG.ARCH}` to work on an M1. Not sure if that breaks on other distros...

This might not be a bug, but the behaviour surprised me so I figured it'd be worth checking whether it's intended to work this way. ``` genrule( name = "test",...

Have a case where I have quite a lot of `remote_file`s, but just because I have 24 cores available doesn't mean I necessarily want 24 parallel HTTP requests trying to...

As far as I can work out, at the moment it's not possible to do something like `plz query print //dir/... --include 'metadata*'`, but it might be nice to be...

enhancement

#3070 disabled it - something in there is using an old version of something which still provokes the ABIInternal / ABI0 errors for 1.22. I didn't want to hold that...

This was a bit weird. We have the package root set, but it had no bearing on where we stash this guy in `plz-out`. Before and after: ``` ➜ please...

I have noticed that the contents of the ./pleasew script have been updated. A specific example is that the ./pleasew you get when using v17.7.0 by running `plz init` is...

wontfix