mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 07:51:31 +05:30
update fio binaries (v3.33 -> 3.34)
This commit is contained in:
parent
dd110ee036
commit
b7c0b8cfe7
6 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ source /hbb_exe/activate
|
|||
|
||||
# download and compile fio
|
||||
cd ~
|
||||
curl -L https://github.com/axboe/fio/archive/fio-3.33.tar.gz -o "fio.tar.gz"
|
||||
curl -L https://github.com/axboe/fio/archive/fio-3.34.tar.gz -o "fio.tar.gz"
|
||||
tar xf fio.tar.gz
|
||||
cd fio-fio*
|
||||
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-native --build-static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue