mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/jadx: disable on loongarch64, ppc64le, riscv64, s390x
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':buildSrc:generatePrecompiledScriptPluginAccessors'. > Failed to generate type-safe Gradle model accessors for the following precompiled script plugins: - src/main/kotlin/jadx-kotlin.gradle.kts > Could not initialize class org.jetbrains.kotlin.gradle.utils.NativeCompilerDownloader most likely https://youtrack.jetbrains.com/issue/KT-77977
This commit is contained in:
parent
c1d374ba05
commit
f0a7ef3171
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ pkgver=1.5.2
|
|||
pkgrel=0
|
||||
pkgdesc="Tool for producing Java source code from Android Dex and Apk files"
|
||||
url="https://github.com/skylot/jadx"
|
||||
arch="all !armhf !armv7 !x86" # openjdk21
|
||||
# armhf, armv7, x86: limited by openjdk21
|
||||
# loongarch64, ppc64le, riscv64, s390x: https://youtrack.jetbrains.com/issue/KT-77977
|
||||
arch="all !armhf !armv7 !x86 !loongarch64 !ppc64le !riscv64 !s390x"
|
||||
license="Apache-2.0"
|
||||
makedepends="gradle"
|
||||
depends="openjdk21"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue