From 2ae5beca4f01a8e8ee74fd1411b2f5596d394e61 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 29 Oct 2022 09:08:20 +0200 Subject: [PATCH] remove the failed bionic sccache stuff --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index bbf1da04..09938ac3 100755 --- a/debian/rules +++ b/debian/rules @@ -439,11 +439,6 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes) export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache endif -# Disable sccache on bionic -ifneq (,$(filter $(DISTRO),bionic)) - SCCACHE_ENABLE=no -endif - GENERATOR=Ninja # enables cmake build targets like stage2-[target_name]