llvm-toolchain-21 (1:21.1.8-10)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1%21.1.8-10 tag
- Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 21
-
- Branch: 21
- Path: debian/changelog
- Repo size: 2318336
- Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/21
- Last scan: 2026-08-16 16:28:18+00
- Error: https://salsa.debian.org/api/v4/projects/pkg-llvm-team%2Fllvm-toolchain API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-23 19:16:00+00
- Debian changelog in Git:
llvm-toolchain-21 (1:21.1.8-10) unstable; urgency=medium
* Revert the following merged autopkg test changes, failing for 21:
- d/debian-llvm-testsuite.bats: add liboffload to the package list and the
libunwind pthread_cancel test variants (test5/test6).
* Install libmlir shared library in /usr/lib. Closes: #1142777.
* libmlir: Remove provides, conflicts and replaces. Not needed. See #1137244.
-- Matthias Klose <doko@debian.org> Sat, 25 Jul 2026 20:39:39 +0200
- This branch is 1 commit ahead of tag debian/1%21.1.8-10
- Git log:
commit 1f23643114802549eff9686c1cf5ae584abd9f53
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Mon Aug 3 22:03:21 2026 +0200
d/rules: only enable sccache if the binary actually runs
The s390x sccache release is a glibc build (upstream ships no working musl
one for that arch), linked against glibc >= 2.34. On focal (2.31) it fails
to load, so --start-server returned non-zero and the build FTBFS at
configure. `test -e` was not enough of a check; probe with --version and
build without sccache when it does not run.