From: Lucian Petrut Date: Mon, 29 Aug 2022 14:18:58 +0000 (+0000) Subject: dokan: switch to Dokany v2 X-Git-Tag: v18.1.0~950^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ad5315dcd843d14e02e2ff3ab06341f7eeeeaabe;p=ceph-ci.git dokan: switch to Dokany v2 The stable version of Dokany v2 has been released. It introduces significant performance improvements, plus v1 is likely going to be deprecated eventually. As per this document[1], there are very few changes that we need to make in order to use Dokany v2. We've covered those changes in the previous commits. That being said, we're now bumping the Dokany requirement to 2.0.5.1000 (latest). [1] https://github.com/dokan-dev/dokany/wiki/Update-Dokan-1.1.0-application-to-Dokany-2.0.0 Signed-off-by: Lucian Petrut --- diff --git a/win32_deps_build.sh b/win32_deps_build.sh index 3fe8b656442..3b13d091dae 100755 --- a/win32_deps_build.sh +++ b/win32_deps_build.sh @@ -43,7 +43,7 @@ wnbdSrcDir="${depsSrcDir}/wnbd" wnbdLibDir="${depsToolsetDir}/wnbd/lib" dokanUrl="https://github.com/dokan-dev/dokany" -dokanTag="v1.3.1.1000" +dokanTag="v2.0.5.1000" dokanSrcDir="${depsSrcDir}/dokany" dokanLibDir="${depsToolsetDir}/dokany/lib"