diff --git a/debian/rules b/debian/rules index b3976d9d..6ef4a94e 100755 --- a/debian/rules +++ b/debian/rules @@ -482,8 +482,6 @@ PROJECTS_LIST := $(shell echo "$(PROJECTS)"|sed -e "s| ||g") RUNTIMES_LIST := $(shell echo "$(RUNTIMES)"|sed -e "s| ||g") preconfigure: - /opt/sccache/sccache||true - /opt/sccache/sccache --version||true if ! grep -qs '/proc ' /proc/mounts; then \ echo "/proc needs to be mounted"; \ exit 1; \