Skip to content

Don't filter env vars when running commands

What does this Merge Request do and why?

This MR removes the filtering of env vars when running Make targets. The original intention behind the 'allow list' of env vars was to reduce the problems we see that are as a result of a users custom configuration on their machine that we have zero insight into.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1424 (closed)

Merge request reports