Simplify directory change command for fio build

This commit is contained in:
Mason Rowe
2025-12-29 01:27:35 -05:00
committed by GitHub
parent 7328d7cb72
commit f994de59e9

View File

@@ -107,7 +107,7 @@ jobs:
cd ~ cd ~
curl -L -4 --retry 5 --retry-delay 2 --connect-timeout 15 "https://github.com/axboe/fio/archive/\$VERSION.tar.gz" -o "fio.tar.gz" curl -L -4 --retry 5 --retry-delay 2 --connect-timeout 15 "https://github.com/axboe/fio/archive/\$VERSION.tar.gz" -o "fio.tar.gz"
tar xf fio.tar.gz tar xf fio.tar.gz
cd fio-\${VERSION#fio-}* cd fio*
CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static
make make