Port all conda recipes to rattler-build & use strict channel priority - #864
Port all conda recipes to rattler-build & use strict channel priority#864gforsyth wants to merge 38 commits into
rattler-build & use strict channel priority#864Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
3 similar comments
|
/ok to test |
|
/ok to test |
|
/ok to test |
|
/ok to test |
|
/ok to test 7ab3a96 |
|
/ok to test |
|
We discussed this again at the cuCIM meeting this week, but didn't see an obvious cause for the test failures Diffing the changes relative to a recent passing PR ( #867 ) didn't provide any obvious clues Tried updating this PR and opening a fresh testing PR ( #868 ). The latter passed whereas this still failed Am starting wondering if there is something unique to the changes in this PR, which lead to the CI failures we see. Still not sure exactly what change causes it though |
rattler-buildrattler-build & use strict channel priority
Ok, thanks for looking into that @jakirkham ! I'll start combing through the recipe with a fine-toothed comb |
|
/ok to test |
dbb26c1 to
4d834d4
Compare
|
/ok to test 15422e9 |
|
/ok to test 71802ee |
|
/ok to test ef5a9fb |
The variable already contains a range with comparison operators. So adding `=`s in front just causes issues. Hence the `=`s is dropped.
|
/ok to test dec1858 |
|
/ok to test d8ed094 |
This is needed for Jinja like `${{ git.head_rev(".")[:8] }}`, which
RAPIDS frequently uses in its package build strings.
|
/ok to test 4fd8c8f |
Looks like this is already being passed in via the rattler environment variable arguments. So drop the extra manual addition from the C++ builds.
|
/ok to test 98a044f |
|
/ok to test 1c78cd6 |
Make sure `RAPIDS_PACKAGE_VERSION` is always set first and then used for all later steps. This ensures it is available for the recipe to check later as well.
|
/ok to test 5313a03 |
|
/ok to test 5448cf7 |
Port all condabuild recipes over to use
rattler-buildinstead.Contributes to rapidsai/build-planning#47