From: Ebrahim Byagowi Date: Sat, 9 Feb 2019 13:03:28 +0000 (+0330) Subject: [ci] Speculative fix for Alpine and ArchLinux bots X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02294349618037f59b32834b49880ca75ed96261;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [ci] Speculative fix for Alpine and ArchLinux bots --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 8394cbf..4fb05c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: - image: alpine steps: - checkout - - run: apk update && apk add ragel make pkgconfig libtool autoconf automake gettext gcc g++ glib-dev freetype-dev cairo-dev + - run: apk update && apk add ragel make pkgconfig libtool autoconf automake gettext gcc g++ glib-dev freetype-dev cairo-dev python # C??FLAGS are not needed for a regular build - run: CFLAGS="-O3" CXXFLAGS="-O3 -DHB_NO_MMAP" ./autogen.sh - run: make -j32 @@ -60,7 +60,7 @@ jobs: archlinux-py3-all: docker: - - image: base/devel + - image: archlinux/base steps: - checkout - run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib2 graphite pkg-config ragel python python-pip make