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

Try to build the conda flavors without freeze install and pinning transitive dependencies #699

Open
tkilias opened this issue Aug 23, 2022 · 0 comments
Labels
feature Product feature

Comments

@tkilias
Copy link
Collaborator

tkilias commented Aug 23, 2022

Background

  • We are currently facing an issue with the transitive dependency conflicts on the packages harfbuzz and icu.
  • The direct dependencies Rapids and OpenJDK need different version, but OpenJDK actually is only used in the build_run step and won't be included into the final container
  • Under the assumption that we define and pin all direct dependencies, we probably don't need to care about, if parallel build steps which never join again use different transitive dependencies
  • This means we could try to disable freeze install, remove all pinning of transitive dependencies and give conda more flexibility during the selection of the package versions.

Acceptance Criteria

  • Remove pinned transitive dependencies
  • Make sure all direct dependencies are pinned
  • Add option to disable freeze-install
  • Make sure the container still work
@tkilias tkilias added the feature Product feature label Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

1 participant