mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ci/circle: bump docker image (#12166)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user