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

Build fails due to git invocation fail #1594

Closed
derigel23 opened this issue Jul 31, 2023 · 4 comments · Fixed by #1596
Closed

Build fails due to git invocation fail #1594

derigel23 opened this issue Jul 31, 2023 · 4 comments · Fixed by #1596
Labels
area-Core/BuildTools bug Something isn't working

Comments

@derigel23
Copy link

derigel23 commented Jul 31, 2023

Summary

Build fails due to git invocation fail

Steps to reproduce

  • Platform: Desktop, WIndows 11
  • Framework Version: .NET Core 7
  • Download release Silk.NET-2.17.1
  1. Run build.cmd
  2. Get error
    ...\Silk.NET-2.17.1\build\props\common.props(36,9): error MSB3073: The command "git show -s "--format=%%cI"" exited with code 128.

** I think it's related to the format parameter passed to git command **

@derigel23 derigel23 added the bug Something isn't working label Jul 31, 2023
@derigel23
Copy link
Author

Or, it's rather just due to the absence of .git folder at all because sources were downloaded as a release archive.

@Perksey
Copy link
Member

Perksey commented Jul 31, 2023

You probably need to git submodule update --init --recursive

@Perksey Perksey added question Further information is requested wontfix This will not be worked on not a bug For issues that are not enhancements, questions, or bugs. and removed bug Something isn't working labels Jul 31, 2023
@derigel23
Copy link
Author

@Perksey As I've said, I've got sources from release archive. Is it buildable alone by itself without any dependencies?

@Perksey
Copy link
Member

Perksey commented Jul 31, 2023

Not currently, I've just opened #1596 to rectify this.

@Perksey Perksey added bug Something isn't working area-Core/BuildTools and removed question Further information is requested wontfix This will not be worked on not a bug For issues that are not enhancements, questions, or bugs. labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Core/BuildTools bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants