-
Notifications
You must be signed in to change notification settings - Fork 424
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
tests/test_api_build.py::test_sysroots_detection
failure
#5475
Comments
Is this caused by conda-forge/ctng-compilers-feedstock#148? |
Yes, the solution was to add an empty |
Already attempted to do that and it doesn't resolve the failure (see #5476) I've gotten the tests to pass again by adding |
Oh we have conda-build/conda_build/post.py Lines 1327 to 1328 in abb3f18
libgcc too
|
Wouldn't it be more appropriate to add a selector to |
What do you mean? Can you explain more about the selectors? |
Can't we just do something like the following in https://github.com/conda-forge/ctng-compilers-feedstock: outputs:
- name: gcc_impl_{{ cross_target_platform }}
run_exports: # [not linux]
strong: # [not linux]
- libgcc >={{ gcc_version }} # [not linux] |
That's not the issue. The C compiler adds a |
oops, I was checking stuff on the wrong platform gotcha, we want the overlinking/overdepending checks to be run on a subset of |
Originally posted by @kenodegard in #5404 (comment)
The text was updated successfully, but these errors were encountered: