We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06fba8 commit 35961e5Copy full SHA for 35961e5
srcpkgs/chibi-scheme/template
@@ -16,6 +16,10 @@ alternatives="
16
"
17
disable_parallel_build=yes
18
19
+case "${XBPS_TARGET_MACHINE}" in
20
+ armv[67]l) broken="broken on builders, works locally???" ;;
21
+esac
22
+
23
pre_patch() {
24
if [ "$CROSS_BUILD" ]; then
25
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