Conversation
| rust_compiler_version: | ||
| - 1.76.0 |
There was a problem hiding this comment.
| rust_compiler_version: | |
| - 1.76.0 |
This is already defined at line 3 and 4.
| build: | ||
| run_exports: # [osx and x86_64] | ||
| strong_constrains: # [osx and x86_64] | ||
| - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.12") }} # [osx and x86_64] |
There was a problem hiding this comment.
Do we really need this? You'll get these for free if you use your latest builds for rust and rust-activation if I'm not mistaken.
There was a problem hiding this comment.
I was just about to ask if this was required as well
| - wheel | ||
| - setuptools |
There was a problem hiding this comment.
| - wheel | |
| - setuptools |
setuptools and wheel are not needed when using maturin.
| run: | ||
| # this is needed otherwise import y_py in tests fails with ModuleNotFoundError | ||
| - python | ||
| - __osx >=10.12 # [osx and x86_64] |
There was a problem hiding this comment.
Is this needed if the cbc.yaml has 10.12 listed for osx?
|
I noticed rust and rust-activation are both listed in the PR's description, but it seems a lot of what is done in this PR would be solved when rust is uploaded. Is that correct or am I missing something regarding the order of these PRs? |
They're linked here: https://github.com/AnacondaRecipes/y-py-feedstock/pull/4/files#diff-ff61408cdc05bc9667deeadb55e4aaceb1371972076b6bf6934f9008920f2bd2 |
|
https://staging.continuum.io/package/prefect/fs/y-py-feedstock/pr4/7c3f648/osx-64/y-py-0.6.2-py310h7854f77_0.conda shows that the osx-64 packages pins |
What was it before I removed the constraints? Tried to check myself but couldn't see. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_8as8sohmzd/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
|
Actually, that's the constraint, not dep. Though, I would have expected |
Jrice1317
left a comment
There was a problem hiding this comment.
Given everything builds successfully, LGTM!
|
Ah, I know what that |
It might by the contrains export from the rust activation feedstock not being set because of two build sections. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_cd6x37k6gn/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
|
@JeanChristopheMorinPerso abd @cbouss the latest builds just finished. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_72oa97vohw/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
|
Now it's fine, we had conda_build_config.yaml misplaced in rust-activation. |
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_57q5jp7d84/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_508l_838n7/clone` failed. (See above for error) The following problems have been found:===== ERRORS =====
|
y-py 0.6.2
Destination channel: defaults
Links
Explanation of changes: