]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake/modules/BuildFIO: use ceph fork
authorKefu Chai <kchai@redhat.com>
Sat, 14 Aug 2021 01:47:36 +0000 (09:47 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 16 Aug 2021 06:23:17 +0000 (14:23 +0800)
commit10baab3fc8293b8c30ca90a4acd76f70d011f1b5
treead2cbc69ec2ae87786ae3c590b13e11bd06a1a17
parent0a4034c10fff04c1b749b3c305a917a621827980
cmake/modules/BuildFIO: use ceph fork

to pick up the clang build fix. we should use the upstream repo, once the
clang build fix gets merged.

bumping up the fio helps to address following error, as this part was rewritten:

src/test/fio/CMakeFiles/fio_ceph_objectstore.dir/fio_ceph_objectstore.cc.o.d -o src/test/fio/CMakeFiles/fio_ceph_objectstore.dir/fio_ceph_objectstore.cc.o -c ../src/test/fio/fio_ceph_objectstore.cc
In file included from ../src/test/fio/fio_ceph_objectstore.cc:26:
In file included from src/fio/fio.h:18:
In file included from src/fio/thread_options.h:6:
In file included from src/fio/options.h:8:
src/fio/parse.h:128:13: error: arithmetic on a pointer to void
        return ret + offset;
               ~~~ ^
1 error generated.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildFIO.cmake