Comment on OBJC_DISABLE_INITIALIZE_FORK_SAFETY.
This commit is contained in:
parent
d80ef9e64b
commit
7a4dc4b1b0
1 changed files with 2 additions and 0 deletions
|
@ -485,6 +485,8 @@ def common_environment():
|
||||||
'SSH_AUTH_SOCK',
|
'SSH_AUTH_SOCK',
|
||||||
# MacOS High Sierra Compatibility
|
# MacOS High Sierra Compatibility
|
||||||
# http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
|
# http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
|
||||||
|
# Example configuration for macOS:
|
||||||
|
# export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
|
||||||
'OBJC_DISABLE_INITIALIZE_FORK_SAFETY',
|
'OBJC_DISABLE_INITIALIZE_FORK_SAFETY',
|
||||||
'ANSIBLE_KEEP_REMOTE_FILES',
|
'ANSIBLE_KEEP_REMOTE_FILES',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue