[Issue 20826] CI breakage: create_dmd_release attempts to copy the complete dmd repo.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 12 20:01:37 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20826

--- Comment #1 from Bastiaan Veelo <Bastiaan at Veelo.net> ---
> I suspect that "git ls-files" is having trouble with mixed directory separators (/ and \).

This can't be it, because we're apparently cd-ing into cloneDir~"/dmd/src"
before calling "git ls-files". Excerpt of the log:

  Entering dir: clones\dmd\src
  Running: git ls-files
  Entering dir: C:\Users\VssAdministrator\AppData\Local\Temp\tmp.201CBA
  Copying the following files from 
  'C:\Users\VssAdministrator\AppData\Local\Temp\tmp.201CBA\clones/dmd/src' to
'C:\Users\VssAdministrator\AppData\Local\Temp\tmp.201CBA/dmd.master.windows/dmd2/src/dmd':
        ".azure-pipelines/lib.sh"
        ".azure-pipelines/windows-msbuild.bat"

Maybe the git bash sub shell does not notice "chdir"? Or is Phobos broken?

--


More information about the Digitalmars-d-bugs mailing list