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

Hi, Does Please support the --stamp like in bazel? ``` --[no]stamp This option, in conjunction with the stamp rule attribute, controls whether to embed build information in binaries. Stamping can...

wontfix

I found two issues trying to use please cover on a big internal project. I have set up a minimal reproduction repo here: https://github.com/fvanderveen/please-cover-repro For some background; our main please...

wontfix

If a dependency is added within a `pre_build` function of the current rule, then please doesn't wait for the new dependency to be built before proceeding. However, running please a...

wontfix

After following the instructions in steps 1-8, on step 9 I encountered a crash: ``` $ plz run ///go//tools/please_go -- get github.com/stretchr/[email protected] Building [0/1, 0.0s]: panic: runtime error: invalid memory...

wontfix
starter

I have a repo that pulls in lots of dirs named `*.jj` and `*.git` - sometimes these include `BUILD` files that are invalid for please. I would like please to...

wontfix

Hello, when trying to use a version fo [GoogleTest](https://github.com/google/googletest/releases) more recent that 1.8.1 (August 2018), you are faced with the following error when trying to follow the [example outlined in...

wontfix

Otherwise we get errors trying to clean out the old `.plzconfig` file before copying ours in.

wontfix

Hi, We have a build where there are rules like the following: ``` genrule( name = "ruleA", srcs = [ # ... ], outs = { "lib": ["lib"], # ......

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...

dependencies
go