Clamp scons cache to 4096 MB

This commit is contained in:
Gordon MacPherson 2020-07-24 00:14:03 +01:00
parent 819ef12d68
commit 3c07d0ff32
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Cache Settings # Global Cache Settings
env: env:
SCONS_CACHE_LIMIT: 8192 SCONS_CACHE_LIMIT: 4096
jobs: jobs:
android-template: android-template:

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Cache Settings # Global Cache Settings
env: env:
SCONS_CACHE_LIMIT: 8192 SCONS_CACHE_LIMIT: 4096
EM_VERSION: latest EM_VERSION: latest
EM_CACHE_FOLDER: 'emsdk-cache' EM_CACHE_FOLDER: 'emsdk-cache'

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Cache Settings # Global Cache Settings
env: env:
SCONS_CACHE_LIMIT: 8192 SCONS_CACHE_LIMIT: 4096
jobs: jobs:
linux-editor: linux-editor:

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Cache Settings # Global Cache Settings
env: env:
SCONS_CACHE_LIMIT: 8192 SCONS_CACHE_LIMIT: 4096
jobs: jobs:
macos-editor: macos-editor:

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
# SCONS_CACHE for windows must be set in the build environment # SCONS_CACHE for windows must be set in the build environment
env: env:
SCONS_CACHE_MSVC_CONFIG: true SCONS_CACHE_MSVC_CONFIG: true
SCONS_CACHE_LIMIT: 8192 SCONS_CACHE_LIMIT: 4096
jobs: jobs:
windows-editor: windows-editor: