mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
MultiMC: set broken on arm*
This commit is contained in:
parent
787e912e30
commit
d9bd10a17a
1 changed files with 6 additions and 2 deletions
|
@ -23,6 +23,10 @@ checksum="3ec38a5f622048ba3926f0e20fb296d646c7848f8313143062b3e2bd273149ae
|
||||||
ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
|
ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
|
||||||
skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
|
skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
|
||||||
|
|
||||||
|
case $XBPS_TARGET_ARCH in
|
||||||
|
armv*) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/22077/steps/shell_3/logs/stdio";;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
|
export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
|
||||||
export PATH=$PATH:$JAVA_HOME/bin
|
export PATH=$PATH:$JAVA_HOME/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue