From e60dda57f3f7856b920cbb2dd9a03bc40227bffd Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 12 Feb 2021 16:16:54 -0800 Subject: Add libcapnp-dev for FPGA interchange compilation support. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- .cirrus/Dockerfile.ubuntu20.04 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04 index 60bbcc1b..095d1d33 100644 --- a/.cirrus/Dockerfile.ubuntu20.04 +++ b/.cirrus/Dockerfile.ubuntu20.04 @@ -9,7 +9,8 @@ RUN set -e -x ;\ build-essential autoconf cmake clang bison wget flex gperf \ libreadline-dev gawk tcl-dev libffi-dev graphviz xdot python3-dev \ libboost-all-dev qt5-default git libftdi-dev pkg-config libeigen3-dev \ - zlib1g-dev curl python3-pip + zlib1g-dev curl python3-pip libcapnp-dev capnproto + RUN set -e -x ;\ mkdir -p /usr/local/src ;\ -- cgit v1.2.3