mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 10:05:49 +00:00
remove the failed bionic sccache stuff
This commit is contained in:
parent
a997e8f40b
commit
2ae5beca4f
5
debian/rules
vendored
5
debian/rules
vendored
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user