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

Move date to build string in conda recipe #5190

Merged
merged 4 commits into from
Feb 6, 2023
Merged

Move date to build string in conda recipe #5190

merged 4 commits into from
Feb 6, 2023

Commits on Feb 1, 2023

  1. Move date to build string in conda recipe

    This PR moves the date string from the version to the build string for conda recipes in this repository.
    
    This is necessary to ensure that the conda packages resulting from PR builds can be installed in the same environment as nightly conda packages. This is useful for testing purposes.
    
    Additionally, this PR adds the `PKG_HASH` value to our build string. This value is a hash computed from the dependency names and versions used to build our packages.
    
    Typically the `PKG_HASH` value is included in packages when the build string is omitted, as seen on most `conda-forge` packages.
    
    Including it in our build string will help ensure that new packages are published whenever our dependencies change (which is important in the case of shared library updates).
    
    xref: rapidsai/rmm#1195
    ajschmidt8 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e67e664 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    3be9b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ed112 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    4d9257d View commit details
    Browse the repository at this point in the history