]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
dokan: switch to Dokany v2
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 29 Aug 2022 14:18:58 +0000 (14:18 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 30 Aug 2022 14:04:44 +0000 (14:04 +0000)
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 <lpetrut@cloudbasesolutions.com>
win32_deps_build.sh

index 3fe8b6564426c13b3aa32413c8847dfe9d7e82a6..3b13d091daec86f8880ca37c014e8df5afaeacc4 100755 (executable)
@@ -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"