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

Only build oldest and newest Python variants for nightly builds #132

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

jdblischak
Copy link
Collaborator

In an effort to reduce both the CI and storage required for the nightly feedstock builds, I updated the tiledb-py-feedstock to only build the oldest and newest Python versions supported by conda-forge, currently 3.8 and 3.12, respectively.

I confirmed this works locally as well as in a manual run, which showed the CI files for 3.9, 3.10, and 3.11 being deleted.

Note that this will require the occasional manual maintenance as the conda-forge global pin for Python/numpy are updated. This PR is based on https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/5ccbd396dc675580aff241f5b313e4b00a2ad9d6/recipe/conda_build_config.yaml#L764

@jdblischak jdblischak self-assigned this Aug 26, 2024
@jdblischak jdblischak merged commit bb2495f into main Aug 26, 2024
2 checks passed
@jdblischak jdblischak deleted the jdb/limit-py-variants branch August 26, 2024 20:26
@jdblischak
Copy link
Collaborator Author

Follow up to confirm that this worked as expected last night. The Python variants were added to conda_build_config.yaml in TileDB-Inc/tiledb-py-feedstock@a18a80e, therefore conda-smithy removed the 3.9, 3.10, and 3.11 build variants in TileDB-Inc/tiledb-py-feedstock@c71eee0, which resulted in a build matrix of only 10 total jobs. Note that the builds only failed because on Monday night we check for deprecated API usage (#133)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant