Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(ci): Update pyvelox workflow and add new manylinux docker image #12516

Closed
wants to merge 10 commits into from

Conversation

assignUser
Copy link
Collaborator

@assignUser assignUser commented Mar 3, 2025

Building only linux wheel for one python version and sdist for now so we can test publishing credentials.
Fixes #9014

Follow up issues:

@facebook-github-bot facebook-github-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 Mar 3, 2025
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit cdbc389
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67c74c71cdc2e00008a77416

@assignUser assignUser marked this pull request as ready for review March 4, 2025 18:52
@assignUser assignUser requested a review from majetideepak as a code owner March 4, 2025 18:52
@assignUser assignUser changed the title build(ci): Update pyvelox workflow build(ci): Update pyvelox workflow and add new manylinux docker image Mar 4, 2025
export INSTALL_PREFIX=${INSTALL_PREFIX:-"/usr/local"}
DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)/deps-download}

FB_OS_VERSION="v2024.07.01.00"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we should refactor these out to one place in the future.

@kgpai kgpai added the ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall label Mar 5, 2025
@facebook-github-bot
Copy link
Contributor

@Yuhta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@Yuhta merged this pull request in eb90f29.

facebook-github-bot pushed a commit that referenced this pull request Mar 10, 2025
Summary:
Fixes #12524

Homebrew builds libraries with a deployment target matching the platform you are on (13/14 in this case) and delocate check this, so we can not build wheels that work on anything lower than macos 13 for intel and 14 for arm. Unless we build all dependencies we pull from brew from source, which doesn't really seem worth it.

Stacked on #12516

Pull Request resolved: #12543

Reviewed By: kevinwilfong

Differential Revision: D70897088

Pulled By: Yuhta

fbshipit-source-id: de226e1917a85a8644a80b06f8bd265fb55c962c
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. Merged ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for manylinux_2_28 from manylinux 2014
3 participants