another try use ccache

This commit is contained in:
0FL01 2025-07-23 12:30:53 +03:00
parent 69550d80ba
commit e8a9563aeb

View file

@ -126,12 +126,12 @@ jobs:
export CCACHE_DIR=/ccache && \
export CCACHE_BASEDIR=/usr/src/tdesktop && \
export CCACHE_COMPRESS=1 && \
export CC='ccache gcc' && \
export CXX='ccache g++' && \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
-D TDESKTOP_API_ID=${TDESKTOP_API_ID} \
-D TDESKTOP_API_HASH=${TDESKTOP_API_HASH} \
-D USE_CCACHE=ON \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache && \
-D USE_CCACHE=ON && \
ccache -s"
- name: Prepare Flatpak build directory