diff options
author | Sebastian Birke <git@se-bi.de> | 2020-02-03 22:26:50 +0100 |
---|---|---|
committer | Sebastian Birke <git@se-bi.de> | 2020-02-04 18:19:45 +0100 |
commit | c95b140dec081cf1b6bd31af6dfe3c5b26667592 (patch) | |
tree | eefe4de703014ec080cc208b4d34742dbfd7c26b /.cirrus | |
parent | 1ceffbe0bcba4f31a40c58c436df9370899fa4a2 (diff) | |
download | nextpnr-c95b140dec081cf1b6bd31af6dfe3c5b26667592.tar.gz nextpnr-c95b140dec081cf1b6bd31af6dfe3c5b26667592.tar.bz2 nextpnr-c95b140dec081cf1b6bd31af6dfe3c5b26667592.zip |
CI: Update prjtrellis reference
Diffstat (limited to '.cirrus')
-rw-r--r-- | .cirrus/Dockerfile.ubuntu16.04 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu16.04 b/.cirrus/Dockerfile.ubuntu16.04 index 1e540af9..fa40b6c1 100644 --- a/.cirrus/Dockerfile.ubuntu16.04 +++ b/.cirrus/Dockerfile.ubuntu16.04 @@ -47,7 +47,7 @@ RUN set -e -x ;\ cd /usr/local/src ;\ git clone --recursive https://github.com/SymbiFlow/prjtrellis.git ;\ cd prjtrellis ;\ - git reset --hard 46e95314be7f8850db80ad1ef6b3359b091fad93 ;\ + git reset --hard 668ce3492cbe1566c61760f06bdf676f6fb265c3 ;\ cd libtrellis ;\ cmake -DCMAKE_INSTALL_PREFIX=/usr . ;\ make -j $(nproc) ;\ |