remove the failed bionic sccache stuff

This commit is contained in:
Sylvestre Ledru 2022-10-29 09:09:02 +02:00
parent 6dcaabaaa0
commit 47f6ef82d6
2 changed files with 2 additions and 7 deletions

5
debian/changelog vendored
View File

@ -1,11 +1,10 @@
llvm-toolchain-15 (1:15.0.3-2~exp1) experimental; urgency=medium
llvm-toolchain-15 (1:15.0.3-2) unstable; urgency=medium
* Bring back LTO - increase the perf of clang by ~4%
* Cherry-pick upstream fix to unbreak mips (closes: #1022169)
Thanks to YunQiang Su for the patch
https://reviews.llvm.org/D135553
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 22 Oct 2022 15:48:48 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 28 Oct 2022 10:25:45 +0200
llvm-toolchain-15 (1:15.0.3-1) unstable; urgency=medium

4
debian/rules vendored
View File

@ -449,10 +449,6 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes)
SCCACHE_ENABLE=yes
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache
endif
# Disable sccache on bionic
ifneq (,$(filter $(DISTRO),bionic))
SCCACHE_ENABLE=no
endif
# enables cmake build targets like stage2-[target_name]
ENABLED_STAGE2_CMAKE_BUILD_TARGETS = check-all;check-llvm;check-clang;check-clang-tools;check-lld;check-libcxx;check-libcxxabi;check-mlir;check-sanitizer;llvm-config;test-suite