Skip to content

Commit dbadc5f

Browse files
nathanchanceroxell
authored andcommitted
runtime: docker: Update base version for clang-android to debian13
Building -next with clang-android reveals it is using a version of openssl that does not support CMS_NO_SIGNING_TIME: scripts/sign-file.c:282:4: error: use of undeclared identifier 'CMS_NO_SIGNING_TIME' 282 | CMS_NO_SIGNING_TIME | | ^~~~~~~~~~~~~~~~~~~ This is a simple bug in the kernel that is being addressed [1] but for the same reason that the majority of toolchain containers were bumped to Debian 13 in commit 46280e2 ("runtime: Migrate toolchains from Debian 12 to Debian 13 base containers"), update clang-android's base image to Debian 13 to avoid future issues such as this. Link: https://lore.kernel.org/SN6PR02MB415708C0A6E2EB1B5C7BBFB0D49CA@SN6PR02MB4157.namprd02.prod.outlook.com/ [1] Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 0cb5f0c commit dbadc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuxmake/runtime/docker.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ extra_apt_repo_key = https://apt.llvm.org/llvm-snapshot.gpg.key
425425

426426
[clang-android]
427427
kind = clang-android-build
428-
base = base-debian12
428+
base = base-debian13
429429
# LLVM android binaries are x86-only:
430430
hosts = amd64
431431
targets = x86_64, arm64, i386, arm, riscv

0 commit comments

Comments
 (0)