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

Broken feedstock creation with v1 recipe #1089

Open
1 task done
msarahan opened this issue Sep 20, 2024 · 2 comments
Open
1 task done

Broken feedstock creation with v1 recipe #1089

msarahan opened this issue Sep 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@msarahan
Copy link
Member

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

I merged a v1 recipe at conda-forge/staged-recipes#27600. The feedstock creation didn't work as I had hoped. This could have been because:

I manually ran several conda-smithy commands locally (guided by https://conda-forge.org/docs/user/ci-skeleton/):

  • conda-smithy init numba-cuda where numba-cuda is my local folder with recipe.yaml in it. This created numba-cuda-feedstock with conda-forge.yml and recipe/recipe.yaml.
  • conda-smithy register-github ., which didn't work, because it tried to remove a non-existent file:
  File "/home/msarahan/miniforge3/lib/python3.10/site-packages/git/cmd.py", line 1388, in execute
    raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git rm --cached -- ./disabled_appveyor.yml
  stderr: 'fatal: pathspec './disabled_appveyor.yml' did not match any files'

I hope things are all in order now. Was this a problem that ultimately arose from my stupid impatience, or might it be something related to the v1 recipe?

Installed packages

conda list

Environment info

conda info
@msarahan msarahan added the bug Something isn't working label Sep 20, 2024
@msarahan
Copy link
Member Author

@beckermr
Copy link
Member

Is this still broken @msarahan @wolfv or can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants