[Issue 22212] dmd version has -dirty suffix on windows
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 27 11:31:13 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=22212
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/installer pull request #566 "Fix Issue 22212 - dmd version has -dirty
suffix on windows" was merged into stable:
- 32bbc075f03fd9301519a8ec77ccfea1bcd35641 by Iain Buclaw:
Fix Issue 22212 - dmd version has -dirty suffix on windows
Typically, git-clone probes the filesystem to see if it handles the
executable bit correctly and the `core.fileMode` variable is automatically set
as necessary. However when building dmd releases using vagrant box method,
git-clone is done on a Linux host (i.e a filesystem that handles the filemode
correctly), then scp'd to a Windows VM (i.e an environment that loses the
filemode). So when building Windows binaries, always ensure this variable is
set to `false`.
https://github.com/dlang/installer/pull/566
--
More information about the Digitalmars-d-bugs
mailing list