Disable ccache when building kernels
The ccache has extremely low cache hit ratio in our pipelines, so instead of increasing the compilation speed, it actually decreases it by requiring to download and upload 3GB ccache .tar files.
Considering AWS egress cost, it will be uneconomical to keep it enabled, as it results in additional 3GB download per build.
Disable ccache in the pipeline.
Edited by Bohdan Khomutskyi