mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2026-04-18 05:06:13 +05:30
Modify fio build process to use EXTLIBS
Updated build-fio.yml to include EXTLIBS for make.
This commit is contained in:
parent
8eac4a01f4
commit
edfdf8e511
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-fio.yml
vendored
5
.github/workflows/build-fio.yml
vendored
|
|
@ -102,10 +102,9 @@ jobs:
|
|||
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
|
||||
cd fio*
|
||||
CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static
|
||||
CFLAGS+=' -include linux/falloc.h'
|
||||
LDFLAGS+=' -latomic'
|
||||
make
|
||||
CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static
|
||||
make EXTLIBS+=' -latomic'
|
||||
|
||||
# verify no external shared library links
|
||||
libcheck fio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue