mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2026-01-01 08:56:17 +00:00
Modify build-fio.yml to include CFLAGS
Add CFLAGS to include linux/falloc.h during build.
This commit is contained in:
1
.github/workflows/build-fio.yml
vendored
1
.github/workflows/build-fio.yml
vendored
@@ -109,6 +109,7 @@ jobs:
|
|||||||
tar xf fio.tar.gz
|
tar xf fio.tar.gz
|
||||||
cd 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
|
||||||
|
CFLAGS+=' -include linux/falloc.h'
|
||||||
make
|
make
|
||||||
|
|
||||||
# verify no external shared library links
|
# verify no external shared library links
|
||||||
|
|||||||
Reference in New Issue
Block a user