-
Notifications
You must be signed in to change notification settings - Fork 0
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
PKG-4704 initial v12.4 #1
Conversation
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_3cvdrbrpvw/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_be25stfyb4/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logs are showing
conda_libmamba_solver.conda_build_exceptions.ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform win-64: {MatchSpec("libnvfatbin-static=12.4.127")}
Just seen AnacondaRecipes/libnvfatbin-feedstock#1
Will review once the pipeline is re-run on this PR 👍
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_8aekde6q0j/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
@@ -10,7 +10,7 @@ source: | |||
|
|||
build: | |||
number: 1 | |||
skip: true # [osx] | |||
skip: true # [osx or (linux and s390x)] | |||
|
|||
requirements: | |||
run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess pkg_name x.y.z
is fine because at runtime it will be resolved as pkg_name x.y.z.*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the precision of the pinnings matches their versions anyway - i.e. the * isn't necessary anyway. (only checked a couple.)
Linter check found the following problems:ERROR conda.cli.main_run:execute(125): `conda run conda-lint /tmp/abs_ca79r26hq_/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
Destination channel: defaults
Links
Explanation of changes: