You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run subshells in bundletool_experimental using subprocess API (#2866)
Fixes#2843
use `subprocess.check_call` instead of `os.system` to support stronger
security guarantees and block environment variables from the running
environment from affecting subprocesses. Fixes usage of rules_apple
when using rules_python 1.7.0+.
0 commit comments