-
See:
https://github.com/pantsbuild/pants/commit/d48b643f4c30f2fd9de5ae03ceb1051240ecee8d
and
https://github.com/pantsbuild/pants/commit/f9efe727b13a9f384fe13d00064c5f3d352cc4ec
Example trace:
`…
-
To use `pants.backend.url_handlers.s3` one is advised to add `botocore` to `GLOBAL.plugins`:
https://github.com/pantsbuild/pants/blob/7b2dcad1b9649b9005ba9683d1a0e09e29ef5127/src/python/pants/backe…
-
I've got a plugin that I've been using for about a year to package pexes into `scie` files using `science`.
I didn't mainline it because John mentioned that eventually `pex` will gain this function…
-
**Describe the bug**
Well this was annoying.
```
ERROR: Cannot install acme-pants-plugin==2.15.0.dev8+2.21.0 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossib…
kaos updated
4 months ago
-
This is a gedanken issue and I've labelled it a bug, but its unclear how to treat this.
The problem:
If a Pants user has a `[BOOTSTRAP] plugins = [ ... ]` entry that requires compilation of an s…
-
For example, if I add this content to https://github.com/pantsbuild/example-plugin @ 8b82149e:
```diff
diff --git a/build-support/python/BUILD b/build-support/python/BUILD
index 293027d..5eecc40 10…
-
(as motivated in #18905)
Implementation:
1. `rule_graph` crate changes:
* [x] adjust the definition of `Get` (`DependencyKey`) for rule-graph solving to accept a fixed name/identifier for the…
-
Pulled from the [associated slack chat](https://pantsbuild.slack.com/archives/C0D7TNJHL/p1718810666031939).
Two problems I run into are:
- As soon as I pull a new repo, `coursier` runs and starts …
-
In CI scenarios, when using remote cache it is recommended to delete/avoid caching `~/.cache/pants/lmdb_store` & `~/.cache/pants/named_cache` using the CI system's cache.
In CI scenarios the CI syste…
-
**Describe the bug**
A little hard to capture exactly what was happening. In our CI environment, we were getting a lot of intermittent failures with a similar traceback about a failure to find a proc…