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
Since #239, gitian builder checks out the target tag, branch or commit as a new tobuild tag for building, which is not ideal, because it modifies data in the local git repository. Specifically, by doing so, the git describe --tags command (probably used in source code or build wrapper scripts) may return tobuild unexpectedly (E.G. this code (it would be patched later to remove the new tag before building)).