From 7b5b5524c43bf84bb9b74e0af9b8fdf2c43d2e25 Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 5 Aug 2019 17:30:11 +0100 Subject: ci: Update Yosys version Signed-off-by: David Shah --- .cirrus/Dockerfile.ubuntu16.04 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.cirrus/Dockerfile.ubuntu16.04') diff --git a/.cirrus/Dockerfile.ubuntu16.04 b/.cirrus/Dockerfile.ubuntu16.04 index 4b149b7b..1e540af9 100644 --- a/.cirrus/Dockerfile.ubuntu16.04 +++ b/.cirrus/Dockerfile.ubuntu16.04 @@ -8,7 +8,8 @@ RUN set -e -x ;\ apt-get -y install \ 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 + libboost-all-dev qt5-default git libftdi-dev pkg-config libeigen3-dev \ + zlib1g-dev RUN set -e -x ;\ mkdir -p /usr/local/src ;\ @@ -36,7 +37,7 @@ RUN set -e -x ;\ cd /usr/local/src ;\ git clone --recursive https://github.com/YosysHQ/yosys.git ;\ cd yosys ;\ - git reset --hard ea8ac0aaad3a1f89ead8eb44b2fef5927f29a099 ;\ + git reset --hard 292f03355a425ede48051c79d5bf619591531080 ;\ make -j $(nproc) ;\ make install ;\ rm -rf /usr/local/src/yosys -- cgit v1.2.3