]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/run_xfstests.sh: quit building xfstests on test nodes
authorIlya Dryomov <idryomov@gmail.com>
Wed, 16 Aug 2017 09:47:19 +0000 (11:47 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 29 Aug 2017 14:08:27 +0000 (16:08 +0200)
commit1a982fea53c30fb246c2ab28822af6a69165ffea
tree23a839946343b03bad2b7252755b02f924421a4b
parent7a0e45046d556c6624e0225ff006c31d8dbae2a8
qa/run_xfstests.sh: quit building xfstests on test nodes

xfstests is a pain to build on trusty, xenial and centos7 with a single
script.  It is also very sensitive to dependencies, which again need to
be managed on all those distros -- different sets of supported commands
and switches, some versions have known bugs, etc.

Download a pre-built, statically linked tarball and use it instead.
The tarball was generated using xfstests-bld by Ted Ts'o, with a number
of tweaks by myself (mostly concerning the build environment).

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/run_xfstests.sh [changed mode: 0644->0755]