Skip to content

Commit

Permalink
Enable docker layer caching
Browse files Browse the repository at this point in the history
Signed-off-by: Venil Noronha <veniln@vmware.com>
  • Loading branch information
venilnoronha committed Nov 8, 2019
1 parent 2fb7369 commit dd877c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Expand Up @@ -5,10 +5,12 @@ jobs:
machine: true
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run: docker run --privileged \
-v $(pwd):/go/src/istio.io/istio/ \
gcr.io/istio-testing/istio-builder:v20191017-386873c9-dirty \
bash -c 'cd /go/src/istio.io/istio/; make -e T=-v build localTestEnv test binaries-test'
-v $(pwd):/go/src/istio.io/istio/ \
gcr.io/istio-testing/istio-builder:v20191017-386873c9-dirty \
bash -c 'cd /go/src/istio.io/istio/; make -e T=-v build localTestEnv test binaries-test'

workflows:
version: 2
Expand Down

0 comments on commit dd877c0

Please sign in to comment.