Hi! Is possible to run pants from custom repo with...
# general
s
Hi! Is possible to run pants from custom repo without cloning it? I've opened a pr, but it's not merged yet, so I want to use my repo to run pants until the patch is merged https://github.com/pantsbuild/pants/pull/20075
c
oh, what do you mean, without cloning?
you can run from pants sources, but that requires a local clone, naturally.
s
yes, I've already tested my patch locally. Now I want to set pants version in my pants.toml to something like
myrepo@hash-of-the-commit
so that my teammates could use my patch out of the box without cloning pants repo with my patch
I would probably need to build a pants wheel or something like that? otherwise I would have to build it every time...
c
yea, not sure if there's an easy way to achieve that currently..
h
Could modify scie-pants to allow it to point at an alternate pants repo (or maybe this is already configurable, I haven't looked)
s
that would be cool 👍
h
Feel free to take a swipe at it: https://github.com/pantsbuild/scie-pants