summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/circle.yml b/circle.yml
index 999c43a33f..4a1c22c305 100644
--- a/circle.yml
+++ b/circle.yml
@@ -450,7 +450,7 @@ jobs:
# ------------------------------------------------------------------------------
linux-clang-3.8-libcxx-debug:
docker:
- - image: mbgl/7d2403f42e:linux-clang-3.9
+ - image: mbgl/7d2403f42e:linux-clang-3.8-libcxx
working_directory: /src
environment:
LIBSYSCONFCPUS: 4
@@ -464,11 +464,8 @@ jobs:
- *restore-cache
- *reset-ccache-stats
- *build-linux
- - *build-benchmark
- - *build-test
- *show-ccache-stats
- *save-cache
- - *run-unit-tests
# ------------------------------------------------------------------------------
linux-clang4-sanitize-address: