Skip to content

scie-pants 0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 02:26
· 147 commits to main since this release
v0.6.0
b810f2e

0.6.0

Support the PANTS_TOML environment variable for specifying a location other than the project's
build root for Pants configuration file. This was a missed port from the ./pants script and
behaves the same: setting the PANTS_TOML tells scie-pants where to find the config file, but you
must also tell Pants by using PANTS_CONFIG_FILES as well. With these two environment variables set
and the project's build root demarcated by either a BUILD_ROOT or BUILDROOT marker file, Pants
project layouts supported by ./pants should now be fully supported by scie-pants. Since
scie-pants supports .env files you can also populate both env vars there as now to streamline
the setup.