mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-22 03:41:33 +00:00
Merge branch 'gcc_cache_size' into 'master'
Reduce ccache size for gcc to 3G See merge request OpenMW/openmw!3686
This commit is contained in:
commit
ccbc7e6c72
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ Ubuntu_GCC:
|
|||
variables:
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
CCACHE_SIZE: 4G
|
||||
CCACHE_SIZE: 3G
|
||||
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
|
||||
timeout: 2h
|
||||
|
||||
|
@ -193,7 +193,7 @@ Ubuntu_GCC_Debug:
|
|||
variables:
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
CCACHE_SIZE: 4G
|
||||
CCACHE_SIZE: 3G
|
||||
CMAKE_BUILD_TYPE: Debug
|
||||
CMAKE_CXX_FLAGS_DEBUG: -O0
|
||||
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
|
||||
|
|
Loading…
Reference in a new issue