Closed dnzxy closed 3 months ago
Success
Previously when checking out an earlier commit of a given branch and leaving it as a detached HEAD, the capture-build-details.sh failed when trying to build because there was no branch.
Update local clone to
8811afe0 (dnzxy/fix-capture-build) Fix capture-build-details.sh to work with detached state or tags
git commit --allow-empty -m "empty commit"
8811afe0
git checkout 8811afe0
xed .
Build was successful
branch: detached 8811afe
Merging with two approvals.
Fixes build so that Trio can be built from a detached state (single commit checked out) or tags.
Thank you @bjorkert 🙏