Skip to content

Commit

Permalink
Merge branch 'gcc_cache_size' into 'master'
Browse files Browse the repository at this point in the history
Reduce ccache size for gcc to 3G

See merge request OpenMW/openmw!3686
  • Loading branch information
psi29a committed Dec 26, 2023
2 parents f80bbd4 + 26ffde0 commit ccbc7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ccbc7e6

Please sign in to comment.