You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building after fprime-bootstrap can cause an issue with version generation because there is no commit in the new project repo. Standard git practice is to create an empty commit anyway to act as a basis for diffs. We should create one.
[ 0%] Generating versions/version.hpp, versions/version.cpp, versions/version.json
cd --------/Foo && /opt/local/bin/cmake -E env PYTHONPATH=:--------/Foo/fprime/Autocoders/Python/src FPRIME_PROJECT_ROOT=--------/Foo FPRIME_FRAMEWORK_PATH=--------/Foo/fprime FPRIME_LIBRARY_LOCATIONS= --------/Foo/fprime/cmake/target/version/generate_version_info.py --------/Foo/build-fprime-automatic-native/versions
fatal: Not a valid object name HEAD
The text was updated successfully, but these errors were encountered:
Problem Description
Building after
fprime-bootstrap
can cause an issue with version generation because there is no commit in the new project repo. Standardgit
practice is to create an empty commit anyway to act as a basis fordiff
s. We should create one.The text was updated successfully, but these errors were encountered: