Revert fio binary from v3.23 back to v3.17 (see Issue #11)

This commit is contained in:
Mason Rowe
2020-09-27 22:59:23 -04:00
parent 77ec5af967
commit 10720d148d
4 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ source /hbb_exe/activate
# download and compile fio
cd ~
curl -L https://github.com/axboe/fio/archive/fio-3.23.tar.gz -o "fio.tar.gz"
curl -L https://github.com/axboe/fio/archive/fio-3.17.tar.gz -o "fio.tar.gz"
tar xf fio.tar.gz
cd fio-fio*
./configure --disable-native