iree-test-deps
fails to build on macos-14
#19664
Labels
bug 🐞
Something isn't working
platform/macos 🍎
MacOS-specific build, execution, benchmarking, and deployment
What happened?
Setting up a workflow running on macos-14 (arm64, M1) that calls
build_all.sh
, it was noticed that the targetiree-test-deps
fails to build.Trying to build, the error
even shows up for targets VMVX and SPIR-V:
[315/987] Generating check_regression_vmvx_reduction_broadcast_elementwise.mlir_module.vmfb from reduction_broadcast_elementwise.mlir
[335/987] Generating check_regression_vulkan-spirv_transpose.mlir_module.vmfb from transpose.mlir
Furthermore, several lowering fail. Some error from the action log:
Steps to reproduce your issue
Set
IREE_BUILD_TEST_DEPS
to1
in.github/workflows/ci_macos_arm64_clang.yml
as soon as the PR adding the workflow is landed.What component(s) does this issue relate to?
No response
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: