From c10ba90650800807749dfbe07bc6efc04b1c0870 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Wed, 6 Mar 2024 15:28:44 +0800 Subject: [PATCH] qa/fsx: use the master branch to build the xfstest-dev The upstream linux has removed ALLOCSP/FREESP ioctls, and also the same with xfsprogs-devel package. So for the old xfstest-dev the huild will fail, because it stil will depend on them. Fixes: https://tracker.ceph.com/issues/64572 Signed-off-by: Xiubo Li (cherry picked from commit bc215d9e21e97382434579cb89e90936c8d9c54b) --- qa/workunits/suites/fsx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index 0d5ba3a58baf5..a107fb423b491 100755 --- a/qa/workunits/suites/fsx.sh +++ b/qa/workunits/suites/fsx.sh @@ -4,7 +4,6 @@ set -e git clone https://git.ceph.com/xfstests-dev.git cd xfstests-dev -git checkout 12973fc04fd10d4af086901e10ffa8e48866b735 make -j4 cd .. cp xfstests-dev/ltp/fsx . -- 2.39.5