Commit b2f9d97
committed
Get the realpath of the build directory when building SwiftSyntax
We were currently canonicalizing the build directory when testing SwiftSyntax but not when building it. This caused errors if the build directory was a symlink because module caches were created for the non-canonicalized path during the build and then referenced with the canonicalized path during testing.1 parent ac7bcbe commit b2f9d97
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
| 854 | + | |
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
| |||
0 commit comments