Skip to content
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

Revert exclusion of clang-compiler-activation-feedstock #124

Merged
merged 1 commit into from
May 3, 2024

Conversation

JeanChristopheMorinPerso
Copy link
Contributor

It looks like I went a little bit too crazy on excluding stuff. clang-compiler-activation-feedstock is actually needed to get clang_{target_platform} and friends.

Copy link

@ryanskeith ryanskeith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These seem good to me.

@skupr-anaconda
Copy link
Contributor

skupr-anaconda commented May 3, 2024

If I run percy recipe outdated -s osx-arm64 I get this error:

Checking outdated for subdir osx-arm64
Traceback (most recent call last):
  File "/Users/dev/miniconda3/envs/percy/bin/percy", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/click/decorators.py", line 45, in new_func
    return f(get_current_context().obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/percy/commands/recipe.py", line 94, in wrapper_base_options
    return f(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/percy/commands/recipe.py", line 154, in outdated
    defaults_pkgs = percy.repodata.repodata.get_latest_package_list(subdir[0], True)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dev/miniconda3/envs/percy/lib/python3.11/site-packages/percy/repodata/repodata.py", line 70, in get_latest_package_list
    pkgs_subdir_version = VersionOrder(pkgs_subdir[v["name"]]["version"])  # type: ignore[no-untyped-call]
                                       ~~~~~~~~~~~^^^^^^^^^^^
KeyError: '_anaconda_depends'

Is it something broken? Or are my configurations/installation somehow not well done?

@JeanChristopheMorinPerso
Copy link
Contributor Author

@skupr-anaconda it seems unrelated to me.

@JeanChristopheMorinPerso JeanChristopheMorinPerso merged commit ec9f644 into main May 3, 2024
3 checks passed
@JeanChristopheMorinPerso JeanChristopheMorinPerso deleted the fix_compilers branch May 3, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants