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

env.py issue-survey doesn't work #8

Open
xobs opened this issue Feb 10, 2023 · 0 comments
Open

env.py issue-survey doesn't work #8

xobs opened this issue Feb 10, 2023 · 0 comments

Comments

@xobs
Copy link

xobs commented Feb 10, 2023

When reporting bugs to openroad and openlane, they instruct users to run env.py issue-survey. However, that does not work:

(base) user@Ondo:/si$ $CONDA_PREFIX/share/openlane/env.py issue-survey
Traceback (most recent call last):
  File "/si/conda/share/openlane/env.py", line 265, in <module>
    main()
  File "/si/conda/share/openlane/env.py", line 261, in main
    commands[args[0]]()
  File "/si/conda/share/openlane/env.py", line 168, in issue_survey
    % get_tag()
  File "/si/conda/share/openlane/dependencies/get_tag.py", line 67, in get_tag
    raise e
  File "/si/conda/share/openlane/dependencies/get_tag.py", line 48, in get_tag
    f"Cannot determine git branch. Please specify OPENLANE_IMAGE_NAME manually.\nFull output: {branch_name_data.stderr.decode('utf8').strip()}"
dependencies.get_tag.NoGitException: Cannot determine git branch. Please specify OPENLANE_IMAGE_NAME manually.
Full output: fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
(base) user@Ondo:/si$
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

No branches or pull requests

1 participant