diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-12-19 12:33:38 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-12-19 16:19:18 +0200 |
commit | 752069d2e263c9b2cd7919602c9a06054bb9225d (patch) | |
tree | e14df29fdb28a632ba563c1dbdf4b8610c3fb1ac /circle.yml | |
parent | 228aadc07e4a79644af0565771a67df585105f7b (diff) | |
download | qtlocation-mapboxgl-752069d2e263c9b2cd7919602c9a06054bb9225d.tar.gz |
[build] Forgot to update CI image to linux-clang-3.8-libcxx
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 5 |
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: |