feat(GODT-2662): enable cache on darwin tart.

This commit is contained in:
Jakub 2024-02-23 10:33:26 +01:00
parent 7953306cc8
commit 8d63fb2301
1 changed files with 10 additions and 1 deletions

View File

@ -19,7 +19,16 @@
- export BRIDGE_SYNC_FORCE_MINIMUM_SPEC=1
- !reference [.before-script-darwin-tart-build, before_script]
- !reference [.before-script-git-config, before_script]
cache: {}
- mkdir -p .cache/bin
- export PATH=$(pwd)/.cache/bin:$PATH
- export GOPATH="$CI_PROJECT_DIR/.cache"
variables:
VCPKG_DEFAULT_BINARY_CACHE: ${CI_PROJECT_DIR}/.cache
cache:
key: darwin-go-and-vcpkg
paths:
- .cache
when: 'always'
.env-linux-build:
extends: