Merge pull request #3105 from dm0-/ccache

profiles: Disable ccache for SDK packages
This commit is contained in:
David Michael 2018-03-06 13:20:08 -05:00 committed by GitHub
commit 8e10960a84

View File

@ -12,3 +12,6 @@ QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"
# For cross build support.
QEMU_USER_TARGETS="aarch64"
# Disable ccache in the SDK so it stops randomly breaking catalyst.
FEATURES="-ccache"