Make standalone long path artifacts
See original GitHub issue- This issue is blocking
- This issue is causing unreasonable pain
I was doing some test for sbom generation in roslyn
Got this warning
LongPath is not enabled, you may experience build errors. You can avoid these by enabling LongPath with "reg ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1
Link to the build https://dev.azure.com/dnceng/internal/_build/results?buildId=1823758&view=logs&j=20fcf628-b65c-5865-625a-1cef81cda63b&t=57a3a016-8c4d-5bd4-ed27-11d4fc0386e2&l=646
That caused some build errors and it did not log that it failed due to long path error.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How do you override the artifact output directory for Ivy ...
I am running Ivy as a standalone (therefore, no Ant). I need to override the property for the directory in which Ivy expect...
Read more >Support very long path names for compiled artifacts on ...
I believe this is pretty fixable! We need to prefix all our paths with r'\\?\' on windows, and make sure to normalize any...
Read more >Artifact Reference :: Velociraptor - Digging deeper!
Velociraptor comes with a large number of built in artifacts. This reference provides a copy of the built in artifacts normally shipped within...
Read more >Job artifacts | GitLab
Protected paths · Push event activities limit · Rate limits on Repository files API ... Standalone packaged database ... Make new users confirm...
Read more >Documentation - Artifact Configuration
Upload an artifact sample; Create an artifact configuration; Edit an artifact configuration. Containers: defining file and directory structure; Deep signing ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looking at a recent run of our official build and I no longer see a warning about LongPaths not being enabled.
Previously:
Currently:
This has been fixed.