From 581281c3a950e537cf1573f9fa7eff8dc5572795 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 12 Jul 2018 13:52:56 -0400 Subject: Revert FIO to 2.99 Change-Id: I14cd60f7d359666a403b4535824d0c9b8a05df34 Signed-off-by: mbeierl --- docker/storperf-master/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/storperf-master/Dockerfile b/docker/storperf-master/Dockerfile index c95e3ca..9764a8d 100644 --- a/docker/storperf-master/Dockerfile +++ b/docker/storperf-master/Dockerfile @@ -39,7 +39,7 @@ RUN apk --no-cache add --update \ # Third party git fetches RUN git config --global http.sslVerify false RUN git clone http://git.kernel.dk/fio.git ${repos_dir}/fio -RUN cd ${repos_dir}/fio && git checkout tags/fio-3.7 +RUN cd ${repos_dir}/fio && git checkout tags/fio-2.99 RUN cd ${repos_dir}/fio && EXTFLAGS="-static" make -j $(grep -c ^processor /proc/cpuinfo) install # Build StorPerf -- cgit 1.2.3-korg