ci/circle: bump docker image (#12166)

reviewable/pr12175/r1
Benoit Pierre 2 months ago committed by GitHub
parent 7ebd067a95
commit 7b9c65ee1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ parameters:
# Bump this to reset all caches.
cache_epoch:
type: integer
default: 0
default: 1
# }}}
@ -17,7 +17,7 @@ executors:
base:
docker:
- image: koreader/kobase:0.3.2-20.04
- image: koreader/kobase:0.3.4-20.04
auth:
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
@ -35,7 +35,7 @@ jobs:
resource_class: medium
environment:
BASH_ENV: "~/.bashrc"
CCACHE_MAXSIZE: "256M"
CCACHE_MAXSIZE: "128M"
CLICOLOR_FORCE: "1"
EMULATE_READER: "1"
MAKEFLAGS: "OUTPUT_DIR=build INSTALL_DIR=install"
@ -87,7 +87,7 @@ jobs:
# Trim the build directory.
rm -rf base/build/{cmake,staging,thirdparty}
ccache --cleanup >/dev/null
ccache --show-stats
ccache --show-stats --verbose
- save_cache:
name: Save build cache
key: *CACHE_KEY_BUILD_CACHE

Loading…
Cancel
Save