mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add disk and repo cache to Linux CI
This commit is contained in:
parent
6967c71aad
commit
46b3b1938d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set -x
|
|||
.buildkite/linux/check_contributors
|
||||
|
||||
BAZEL="bazel --output_user_root=/state/bazel --output_base=/state/bazel/anki"
|
||||
BUILDARGS="--config=ci --experimental_convenience_symlinks=ignore"
|
||||
BUILDARGS="--config=ci --experimental_convenience_symlinks=ignore --disk_cache=/state/bazel/disk --repository_cache=/state/bazel/repo"
|
||||
|
||||
# move existing node_modules into tree
|
||||
test -e /state/node_modules && mv /state/node_modules ts/
|
||||
|
|
Loading…
Reference in a new issue