diff options
| author | David Shah <dave@ds0.me> | 2019-08-05 17:30:11 +0100 | 
|---|---|---|
| committer | David Shah <dave@ds0.me> | 2019-08-05 17:30:11 +0100 | 
| commit | 7b5b5524c43bf84bb9b74e0af9b8fdf2c43d2e25 (patch) | |
| tree | 56e949320833ea1ad3f4bc0d0df30af38ac2fce3 | |
| parent | ebcdfc1ae83eaef8e4a4d7586385eafdf8443386 (diff) | |
| download | nextpnr-7b5b5524c43bf84bb9b74e0af9b8fdf2c43d2e25.tar.gz nextpnr-7b5b5524c43bf84bb9b74e0af9b8fdf2c43d2e25.tar.bz2 nextpnr-7b5b5524c43bf84bb9b74e0af9b8fdf2c43d2e25.zip | |
ci: Update Yosys version
Signed-off-by: David Shah <dave@ds0.me>
| -rw-r--r-- | .cirrus/Dockerfile.ubuntu16.04 | 5 | 
1 files changed, 3 insertions, 2 deletions
| 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 | 
