Fix action_env for ipa post processor
Environment variables that provided by --action_env flag are not accessible on ipa_post_processor .sh script.
There is fix for it.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@MIP9 Can you sign the CLA?
Can you rebase off master? Looks like buildifier is reporting outdated warnings from an old revision.
Other CI issues are probably related to the current GitHub's incident.
this is also being fixed in bazel with https://github.com/bazelbuild/bazel/pull/18235/
@keith Does this PR still make sense? Or do you think better leave as is and wait for bazel 6.4.0?
yea that's a good question, can you test with 6.4 and see if it really does fix it?
Seems the cherrypick did not make it to 6.4.0 yet, and the commit has not been built with bazel ci (so there is no prebuilt bazel binary), so I am not sure how to test it atm 😅
If you use bazelisk you can set last_green as a version and try that.
Or build a bazel binary with that patch.
note that with bazel 7.x HEAD of rules_apple now enables that env for all actions (or tries too, possible I missed some)