Re: [PATCH] .cirrus.yml: Change winsymlinks to 'native'

2022-07-25 Thread Alex Bennée
Bin Meng writes: > From: Bin Meng > > At present winsymlinks is set to 'nativestrict', and its behavior is: > > a) if native symlinks are enabled and exists, creates > as a native Windows symlink; > b) else if native symlinks are not enabled or if does > not exist, 'ln -s' fai

Re: [PATCH] .cirrus.yml: Change winsymlinks to 'native'

2022-07-25 Thread Thomas Huth
On 19/07/2022 18.12, Bin Meng wrote: From: Bin Meng At present winsymlinks is set to 'nativestrict', and its behavior is: a) if native symlinks are enabled and exists, creates as a native Windows symlink; b) else if native symlinks are not enabled or if does not exist, 'ln

Re: [PATCH] .cirrus.yml: Change winsymlinks to 'native'

2022-07-24 Thread Yonggang Luo
On Mon, Jul 25, 2022 at 9:24 AM Bin Meng wrote: > > On Wed, Jul 20, 2022 at 12:12 AM Bin Meng wrote: > > > > From: Bin Meng > > > > At present winsymlinks is set to 'nativestrict', and its behavior is: > > > > a) if native symlinks are enabled and exists, creates > > as a native Windows

Re: [PATCH] .cirrus.yml: Change winsymlinks to 'native'

2022-07-24 Thread Bin Meng
On Wed, Jul 20, 2022 at 12:12 AM Bin Meng wrote: > > From: Bin Meng > > At present winsymlinks is set to 'nativestrict', and its behavior is: > > a) if native symlinks are enabled and exists, creates > as a native Windows symlink; > b) else if native symlinks are not enabled or if doe

[PATCH] .cirrus.yml: Change winsymlinks to 'native'

2022-07-19 Thread Bin Meng
From: Bin Meng At present winsymlinks is set to 'nativestrict', and its behavior is: a) if native symlinks are enabled and exists, creates as a native Windows symlink; b) else if native symlinks are not enabled or if does not exist, 'ln -s' fails. This causes the following erro