mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
webkit2gtk: actually armv6* is broken
I could compile it locally for armv6l-musl without error, so this more looks like a build host issue.
This commit is contained in:
parent
768f91c227
commit
2702caadf1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ makedepends="
|
||||||
libnotify-devel hyphen-devel"
|
libnotify-devel hyphen-devel"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*-musl) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/13456/steps/shell_3/logs/stdio"
|
armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/13456/steps/shell_3/logs/stdio"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
|
Loading…
Add table
Reference in a new issue