mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/clang15: disable on loongarch64 --> llvm15 does not support loongarch64
This commit is contained in:
parent
89dc32dfb8
commit
3ba84b74ed
@ -8,7 +8,7 @@ pkgver=15.0.7
|
||||
pkgrel=19
|
||||
_llvmver=${pkgver%%.*}
|
||||
pkgdesc="C language family front-end for LLVM"
|
||||
arch="all"
|
||||
arch="all !loongarch64"
|
||||
url="https://llvm.org/"
|
||||
license="Apache-2.0 WITH LLVM-exception"
|
||||
options="!check" # fail to build
|
||||
|
Loading…
Reference in New Issue
Block a user