Skip to content

[v9_11] Fix "srcid" on Windows

Michał Kępień requested to merge michal/fix-srcid-on-windows-v9_11 into v9_11

Windows BIND releases produced by GitLab CI are built from Git repositories, not from release tarballs, which means the "srcid" file is not present in the top source directory when MSBuild is invoked. This causes the Git commit hash for such builds to be set to "unset_id". Enable win32utils/Configure to try determining the commit hash for a build by invoking Git on the build host if the "srcid" file is not present (which is what its Unix counterpart does).

(cherry picked from commit 05e13e7c)

Merge request reports