Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Fix build issue on MacOS when packer was failing due to Ansible #179

Merged
merged 1 commit into from
Sep 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
LOGDIR: /var/tmp/packer-templates-logs
VAGRANT_CLOUD_USER: peru
VAGRANT_CLOUD_TOKEN: ${{ secrets.VAGRANT_CLOUD_TOKEN }}
# Needed for Packer when calling ansible
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES

jobs:

Expand Down Expand Up @@ -243,7 +245,7 @@ jobs:
- name: Install packages
if: env.skip != 'true'
run: |
brew install ansible coreutils gnu-sed packer qemu
brew install ansible coreutils gnu-sed qemu
pip3 install pywinrm

- name: Build image - ${{ matrix.stage }}
Expand Down