stocky-dream-14103
03/04/2022, 6:00 PMDYLD_FALLBACK_LIBRARY_PATH . I set it in test.extra_env_vars in pants.toml , set the environment variable and then call ./pants test :: .
• But it looks like MacOS System Integrity Protection is preventing me to pass the DYLD environment variable to ./pants, because it’s running a /bin/bash binary, which is protected by the SIP.
• I understand this is not a Pants issue, but curious if anybody had found a workaround?
• Note: the issue has been documented in several StackOverflow questions, but the workarounds are not super practical (e.g. copy the bash executable outside of /bin or /usr/bin)happy-kitchen-89482
03/04/2022, 8:59 PMhappy-kitchen-89482
03/04/2022, 9:00 PM./pants (although it is recommended).happy-kitchen-89482
03/04/2022, 9:00 PM