aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus
diff options
context:
space:
mode:
authorSimon Schubert <2@0x2c.org>2019-02-22 22:36:19 +0100
committerSimon Schubert <2@0x2c.org>2019-02-23 17:39:20 +0100
commit7044f56246417c4db9fc9df2feebb8138e56d51a (patch)
treed784d61762f742f01b26daf9ad06caf5ff54f930 /.cirrus
parente8d3aaaf34895a073e4023192d97fc936d090990 (diff)
downloadnextpnr-7044f56246417c4db9fc9df2feebb8138e56d51a.tar.gz
nextpnr-7044f56246417c4db9fc9df2feebb8138e56d51a.tar.bz2
nextpnr-7044f56246417c4db9fc9df2feebb8138e56d51a.zip
ice40: support u4k
Diffstat (limited to '.cirrus')
-rw-r--r--.cirrus/Dockerfile.ubuntu16.044
1 files changed, 1 insertions, 3 deletions
diff --git a/.cirrus/Dockerfile.ubuntu16.04 b/.cirrus/Dockerfile.ubuntu16.04
index fb140d8d..1b93cfb8 100644
--- a/.cirrus/Dockerfile.ubuntu16.04
+++ b/.cirrus/Dockerfile.ubuntu16.04
@@ -27,7 +27,7 @@ RUN set -e -x ;\
cd /usr/local/src ;\
git clone --recursive https://github.com/cliffordwolf/icestorm.git ;\
cd icestorm ;\
- git reset --hard 9671b760f84ca4006f0ef101a3e3b201df4eabb5 ;\
+ git reset --hard 3a2bfee5cbc0558641668114260d3f644d6b7c83 ;\
make -j $(nproc) ;\
make install
@@ -51,5 +51,3 @@ RUN set -e -x ;\
cmake -DCMAKE_INSTALL_PREFIX=/usr . ;\
make -j $(nproc) ;\
make install
-
-