mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
gcr: broken on aarch64* (cross gir issue)
This commit is contained in:
parent
d9c51852c9
commit
f362031559
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ checksum=95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/19799/steps/shell_3/logs/stdio";;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# requires X11 server
|
# requires X11 server
|
||||||
:
|
:
|
||||||
|
|
Loading…
Add table
Reference in a new issue