Closed andrewlock closed 2 months ago
Branch report: andrew/fix-gitlab-build
Commit report: b7c76b5
Test service: dd-trace-dotnet
:white_check_mark: 0 Failed, 365725 Passed, 2055 Skipped, 15h 3m 51.77s Total Time :hourglass: 1 Performance Regression
Baseline_exception
- scenarios
4.02s (+152.79ms, +4%) - Details
Summary of changes
Enables longpath support on the gitlab Windows jobs
Reason for change
We moved the location of the repo in GitLab, which increased the path length, and we hit long path issues
Implementation details
Make the runner set
git config --system core.longpaths true
- it's a crazy olde time restriction, so realistically everyone should have this anywayTest coverage
The build works, so it's fixed!
Other details
We could shorten the paths to work around it, but it's just another accident waiting to happen. This is not the first time 🙈