mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
fio: mark broken on platform without native libatomic
Unlock the builder for now
This commit is contained in:
parent
af7bfcd646
commit
da46dd7739
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"
|
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
broken="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/28631/steps/shell_3/logs/stdio"
|
||||||
|
fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --extra-cflags="$CFLAGS" --disable-native
|
./configure --prefix=/usr --extra-cflags="$CFLAGS" --disable-native
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue