Skip to content

Commit 43ef448

Browse files
roxellbhcopeland
authored andcommitted
runtime: docker: clang-(20|21|22): Drop loongarch from target_bases
The loongarch target don't need to use base-debianunstable anymore for clang-20, clang-21 and clang-22, so lets remove it from target_bases. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent d7219ce commit 43ef448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tuxmake/runtime/docker.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ hosts = amd64, arm64
396396
targets = x86_64, arm64, i386, arm, armv5, mips, powerpc, riscv, s390, loongarch, sparc
397397
rebuild = monthly
398398
packages = clang-20, clang-tidy-20, libclang-rt-20-dev, llvm-20, lld-20,
399-
target_bases = loongarch:base-debianunstable, sparc:base-debianunstable
399+
target_bases = sparc:base-debianunstable
400400
install_options = -t llvm-toolchain-trixie-20
401401
extra_apt_repo = deb http://apt.llvm.org/trixie llvm-toolchain-trixie-20 main
402402
extra_apt_repo_key = https://apt.llvm.org/llvm-snapshot.gpg.key
@@ -408,7 +408,7 @@ hosts = amd64, arm64
408408
targets = x86_64, arm64, i386, arm, armv5, mips, powerpc, riscv, s390, loongarch, sparc
409409
rebuild = monthly
410410
packages = clang-21, clang-tidy-21, libclang-rt-21-dev, llvm-21, lld-21,
411-
target_bases = loongarch:base-debianunstable, sparc:base-debianunstable
411+
target_bases = sparc:base-debianunstable
412412
install_options = -t llvm-toolchain-trixie-21
413413
extra_apt_repo = deb http://apt.llvm.org/trixie llvm-toolchain-trixie-21 main
414414
extra_apt_repo_key = https://apt.llvm.org/llvm-snapshot.gpg.key
@@ -420,7 +420,7 @@ hosts = amd64, arm64
420420
targets = x86_64, arm64, i386, arm, armv5, mips, powerpc, riscv, s390, loongarch, sparc
421421
rebuild = monthly
422422
packages = clang-22, clang-tidy-22, libclang-rt-22-dev, llvm-22, lld-22,
423-
target_bases = loongarch:base-debianunstable, sparc:base-debianunstable
423+
target_bases = sparc:base-debianunstable
424424
install_options = -t llvm-toolchain-trixie-22
425425
extra_apt_repo = deb http://apt.llvm.org/trixie llvm-toolchain-trixie-22 main
426426
extra_apt_repo_key = https://apt.llvm.org/llvm-snapshot.gpg.key

0 commit comments

Comments
 (0)