summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2018-07-12 13:52:56 -0400
committermbeierl <mark.beierl@dell.com>2018-07-12 13:52:56 -0400
commit581281c3a950e537cf1573f9fa7eff8dc5572795 (patch)
treeb23528821c2f5e4ef53006668857174f17403d9d
parent5d542e4d0e5a863adb9e0f484b8c14fb86d9d6c8 (diff)
Revert FIO to 2.99
Change-Id: I14cd60f7d359666a403b4535824d0c9b8a05df34 Signed-off-by: mbeierl <mark.beierl@dell.com>
-rw-r--r--docker/storperf-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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