Skip to content

Commit 35961e5

Browse files
chibi-scheme: mark broken on arm[67]l builders.
1 parent a06fba8 commit 35961e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

srcpkgs/chibi-scheme/template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ alternatives="
1616
"
1717
disable_parallel_build=yes
1818

19+
case "${XBPS_TARGET_MACHINE}" in
20+
armv[67]l) broken="broken on builders, works locally???" ;;
21+
esac
22+
1923
pre_patch() {
2024
if [ "$CROSS_BUILD" ]; then
2125
vsed -e "s/CHIBI_MODULE_PATH=lib \.\/chibi-scheme/CHIBI_MODULE_PATH=lib qemu-${XBPS_TARGET_QEMU_MACHINE}-static .\/chibi-scheme/" -i Makefile

0 commit comments

Comments
 (0)