js: aarch64 broken
This commit is contained in:
parent
914ad32edf
commit
bbc8911288
|
@ -13,6 +13,13 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
distfiles="${MOZILLA_SITE}/js/js185-1.0.0.tar.gz"
|
||||
checksum=5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*)
|
||||
# ./assembler/jit/ExecutableAllocator.h:395:6: error: #error "The cacheFlush support is missing on this platform."
|
||||
broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/2509/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
local _args
|
||||
|
||||
|
|
Loading…
Reference in New Issue