aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-04-17 13:27:37 +0100
committerDavid Shah <dave@ds0.me>2019-04-17 13:27:37 +0100
commit87a24460813b9f52189323352554a1c352836ee2 (patch)
tree778585e780a495b83e9073912a62e64b462ed54d /.cirrus
parentc33da42365d36f740ed2b618235efcd4c93701f0 (diff)
downloadnextpnr-87a24460813b9f52189323352554a1c352836ee2.tar.gz
nextpnr-87a24460813b9f52189323352554a1c352836ee2.tar.bz2
nextpnr-87a24460813b9f52189323352554a1c352836ee2.zip
ci: Bump Yosys version for tcl argument support
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to '.cirrus')
-rw-r--r--.cirrus/Dockerfile.ubuntu16.042
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu16.04 b/.cirrus/Dockerfile.ubuntu16.04
index 0c8201b8..4b149b7b 100644
--- a/.cirrus/Dockerfile.ubuntu16.04
+++ b/.cirrus/Dockerfile.ubuntu16.04
@@ -36,7 +36,7 @@ RUN set -e -x ;\
cd /usr/local/src ;\
git clone --recursive https://github.com/YosysHQ/yosys.git ;\
cd yosys ;\
- git reset --hard 47a5dfdaa4bd7d400c6e3d58476de80904df460d ;\
+ git reset --hard ea8ac0aaad3a1f89ead8eb44b2fef5927f29a099 ;\
make -j $(nproc) ;\
make install ;\
rm -rf /usr/local/src/yosys