mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2026-01-01 08:56:17 +00:00
Add LDFLAGS for atomic library during build
This commit is contained in:
3
.github/workflows/build-fio.yml
vendored
3
.github/workflows/build-fio.yml
vendored
@@ -110,7 +110,8 @@ jobs:
|
||||
cd fio*
|
||||
CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static
|
||||
CFLAGS+=' -include linux/falloc.h'
|
||||
make
|
||||
LDFLAGS+=' -latomic'
|
||||
make
|
||||
|
||||
# verify no external shared library links
|
||||
libcheck fio
|
||||
|
||||
Reference in New Issue
Block a user