Skip to content

Commit 904f5b8

Browse files
committed
restore junctions to have os.ModeSymlink flag set on Windows
Signed-off-by: CrazyMax <[email protected]>
1 parent a6e198a commit 904f5b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,7 @@ exclude (
183183
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
184184
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
185185
)
186+
187+
godebug (
188+
winsymlink=0 // restore junctions to have os.ModeSymlink flag set on Windows: https://github.com/docker/buildx/issues/3221
189+
)

0 commit comments

Comments
 (0)