mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 20:13:12 +02:00
another try use ccache
This commit is contained in:
parent
69550d80ba
commit
e8a9563aeb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/flatpak-build.yml
vendored
6
.github/workflows/flatpak-build.yml
vendored
|
@ -126,12 +126,12 @@ jobs:
|
||||||
export CCACHE_DIR=/ccache && \
|
export CCACHE_DIR=/ccache && \
|
||||||
export CCACHE_BASEDIR=/usr/src/tdesktop && \
|
export CCACHE_BASEDIR=/usr/src/tdesktop && \
|
||||||
export CCACHE_COMPRESS=1 && \
|
export CCACHE_COMPRESS=1 && \
|
||||||
|
export CC='ccache gcc' && \
|
||||||
|
export CXX='ccache g++' && \
|
||||||
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
|
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
|
||||||
-D TDESKTOP_API_ID=${TDESKTOP_API_ID} \
|
-D TDESKTOP_API_ID=${TDESKTOP_API_ID} \
|
||||||
-D TDESKTOP_API_HASH=${TDESKTOP_API_HASH} \
|
-D TDESKTOP_API_HASH=${TDESKTOP_API_HASH} \
|
||||||
-D USE_CCACHE=ON \
|
-D USE_CCACHE=ON && \
|
||||||
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
|
|
||||||
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache && \
|
|
||||||
ccache -s"
|
ccache -s"
|
||||||
|
|
||||||
- name: Prepare Flatpak build directory
|
- name: Prepare Flatpak build directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue