Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Vulkan driver in macOS runtime packages. (iree-org#18324)
Rather than use custom logic in the release package build, this falls back to using the base CMake logic that disables Vulkan in favor of Metal on Apple platforms: https://github.com/iree-org/iree/blob/8e42839893f40788357e38b2856ca5930cb4b47b/CMakeLists.txt#L267-L272 This should fix the `macos :: Build py-runtime-pkg` nightly release build, which started failing a few weeks ago * Latest failing logs: https://github.com/iree-org/iree/actions/runs/10506137072/job/29105159765 ``` ld: building fixups: pointer not aligned at __ZN4iree3hal6vulkan12_GLOBAL__N_124kDynamicFunctionPtrInfosE+0xC from /tmp/lto.o clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` * Test logs with this PR on my fork: https://github.com/ScottTodd/iree/actions/runs/10513089016/job/29127873585
- Loading branch information