I maintain some library crates with post-fetch scripts that alter the superordinate program project in various ways. These post-fetch scripts scan the contents of the GPR_PROJECT_PATH
environment variable to find the program project directory. None of the environment variables displayed by alr printenv
are passed to the post-fetch script executed by alr action -r post-fetch
.
alr action -r post-fetch
fails because GPR_PROJECT_PATH
is net set.
GPR_PROJECT_PATH=`pwd` alr action -r post-fetch
succeeds.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too