Auto merge of #24716 - servo:jdm-patch-36, r=nox

Install gperf for linux CI builds.

Fixes #24715.
This commit is contained in:
bors-servo 2019-12-10 20:00:50 -05:00 committed by GitHub
commit e900c22105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,9 @@ RUN \
make \
cmake \
#
# Fontconfig
gperf \
#
# ANGLE
xorg-dev \
#