remove the failed bionic sccache stuff

This commit is contained in:
Sylvestre Ledru 2022-10-29 09:08:20 +02:00
parent a997e8f40b
commit 2ae5beca4f

5
debian/rules vendored
View File

@ -439,11 +439,6 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes)
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache
endif endif
# Disable sccache on bionic
ifneq (,$(filter $(DISTRO),bionic))
SCCACHE_ENABLE=no
endif
GENERATOR=Ninja GENERATOR=Ninja
# enables cmake build targets like stage2-[target_name] # enables cmake build targets like stage2-[target_name]