Draft
Conversation
…5.12.21.08.15.33 Other tools: - conda-build 25.11.1 - rattler-build 0.54.0 - rattler-build-conda-compat 1.4.10
Contributor
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Member
Author
Update for numpy 2.4.0From 16/120 failures for 2.3.5, we're now at 6/120 failures, with only emulation failures on linux + aarch64 + OpenBLAS remaining. Notable
Restrictions
# there are some tests that cannot really work in emulation, see e.g. numpy/numpy#20445
{% set tests_to_skip = tests_to_skip + " or Test_ARM_Features" %} # [build_platform != target_platform]
{% set tests_to_skip = tests_to_skip + " or Test_POWER_Features" %} # [build_platform != target_platform]
# test_new_policy reruns part of test suite; including a CPU feature test that fails in emulation
{% set tests_to_skip = tests_to_skip + " or test_new_policy" %} # [build_platform != target_platform]Details
** sum of Segfaults (S), Failures (F), resp. Timeouts (T); out of a total of 120 CI combinations being tested Build logs: linux + aarch64 + openblas: 17 test failures |
Contributor
|
That looks pretty healthy! |
…5.12.21.08.15.33 Other tools: - conda-build 25.11.1 - rattler-build 0.54.0 - rattler-build-conda-compat 1.4.10
881bc9e to
6810fc7
Compare
ba65875 to
15546db
Compare
Member
Author
|
I had forgotten to add testing for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuing the analysis from #360, #341, #326, #317, #307, #293, #288, #273, #252, #237, #227 & #196. Do not merge.
Though, with being on v1 now, we could now conceivably solve conda/conda-build#3947 and actually run the test suite several times for different blas flavours on
main... 🤔