Skip to content

Disable default MAX_PATH length limit for Windows agents in RelEng JIPP

Summary

After the remoteFS of the native build agents was prepared for usage in multiple JIPPs via https://github.com/eclipse-cbi/jiro/pull/379, for #4231, we now see errors in I-build tests on Windows that indicate that the paths are too long: https://github.com/eclipse-pde/eclipse.pde/issues/1333

The simplest solution (and hopefully one without other drawbacks) could be to disable the Maximum Path Length Limitation, that is enabled on Windows by default, for the Windows build agents in the RelEng JIPP:

This article describes how this can be changed in the Windows Registry: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=powershell#enable-long-paths-in-windows-10-version-1607-and-later

Would that be feasible?

FYI @akurtakov and @aloskutov

Priority

  • Urgent
  • High
  • Medium
  • Low

Severity

  • Blocker
  • Major
  • Normal
  • Low
Edited by Hannes Wellmann