Skip to content

Conversation

@assignUser
Copy link
Collaborator

@assignUser assignUser commented Nov 9, 2025

Closes #14606

I am using the gcc 14 fixes from #14606, once that is merged I will rebase this PR.

@netlify
Copy link

netlify bot commented Nov 9, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 62528d4
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/69109d7d5e1a9d0008ff1e7c

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 9, 2025
@assignUser assignUser changed the title Fix pyvelox workflow build(ci): Fix pyvelox workflow Nov 9, 2025
@assignUser
Copy link
Collaborator Author

@kgpai it seems that it get's oom killed on the 8-core runner... https://github.com/facebookincubator/velox/actions/runs/19209491808/job/54909575235?pr=15447#step:10:2309 I'll try and lower number of parallel jobs, or we can use a bigger runner.

The switch to macos 15 requires us to update the deployment target to 15. That mean the wheels will not install on lower macos versions. The only way around this is to build the dependencies we use from brew locally with the correct deployment target:

   /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libcrypto.3.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/liblz4.1.10.0.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libsnappy.1.2.2.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libglog.0.6.0.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libgflags.2.2.2.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libevent-2.1.7.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libzstd.1.5.7.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libssl.3.dylib has a minimum target of 15.0
  /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpqcbezucm/wheel/pyvelox/.dylibs/libsodium.26.dylib has a minimum target of 15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PyVelox wheel builds job failing

1 participant