[ci] Switch clang-O3-O0 bot to Ubuntu image
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 30 Jan 2019 23:02:29 +0000 (15:02 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 30 Jan 2019 23:02:29 +0000 (15:02 -0800)
https://github.com/harfbuzz/harfbuzz/issues/1566

.circleci/config.yml

index 1d8f97b..defba1a 100644 (file)
@@ -73,7 +73,7 @@ jobs:
 
   clang-O3-O0:
     docker:
-      - image: multiarch/crossbuild
+      - image: ubuntu:18.10
     steps:
       - checkout
       - run: apt update || true