summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2019-02-10 01:08:05 +0330
committerGitHub <noreply@github.com>2019-02-10 01:08:05 +0330
commitf55e7bf5835c59e478d6a448327d53027c4e9f4a (patch)
treec8d815ea48c2fee4361a3057b26df5c66f055716
parent8f4eb919bd0498e997852aa39656adc4c65b3f0e (diff)
downloadharfbuzz-f55e7bf5835c59e478d6a448327d53027c4e9f4a.tar.gz
[ci] Install 'base-devel' on ArchLinux CI bot
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e18cf602..e05f4bc5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -63,7 +63,7 @@ jobs:
- 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 which
+ - run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib2 graphite pkg-config ragel python python-pip make which base-devel
- run: pip install flake8 fonttools
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# C??FLAGS are not needed for a regular build