Closed fire closed 6 months ago
Hello, I was able to get this working for our CI system. The issue I found was the gif lib preinstalled on the macOS 14 machines wasn't compatible with what OIIO was looking for. I added an uninstall step here: https://github.com/adobe/USD-Fileformat-plugins/blob/7bcfd43b79b86360fa23e8dc4775cdb10add6869/.github/workflows/create-usd-release.yml#L94
This allowed OIIO to install the version it needs. Hopefully this helps you, I'm going to close the issue as its more of a USD problem then an actual issue with the plugins.
Expected Behaviour
Able to build plugin on the mac so I can publish USD Fileformat plugin builds for Mac/Windows/Linux.
Actual Behaviour
Not able to build plugin on the mac.
Reproduce Scenario (including but not limited to)
See https://github.com/V-Sekai/USD-Fileformat-plugins/blob/macos/.github/workflows/build.yaml
Steps to Reproduce
Run github actions on git branch.
Platform and Version
As of today
macos-latest
is macOS-14https://github.com/actions/runner-images
Sample Code that illustrates the problem
See build.yaml.
Logs taken while reproducing problem
See logs on https://github.com/V-Sekai/USD-Fileformat-plugins/pull/9
Commentary
OpenImageIO seems to fail on the MacOS.