Skip to content

Commit

Permalink
Work around a possible Ansible bug
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Jun 26, 2020
1 parent 0f644d7 commit 9993465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
# Set PACKER_LOG to 1 to troubleshoot infrastructure issues
# export PACKER_LOG=1
export PACKER_CACHE_DIR=$(Agent.BuildDirectory)/packer_cache/
# See https://github.com/ansible/ansible/issues/49207
# See https://github.com/ansible/ansible/issues/32499
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
packer build --only=virtualbox-iso --var virtio_win_iso=$(Agent.BuildDirectory)/virtio-win.iso $(template).json
displayName: Build box

0 comments on commit 9993465

Please sign in to comment.