aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus')
-rw-r--r--.cirrus/Dockerfile.ubuntu16.044
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus/Dockerfile.ubuntu16.04 b/.cirrus/Dockerfile.ubuntu16.04
index 1e540af9..d7600ded 100644
--- a/.cirrus/Dockerfile.ubuntu16.04
+++ b/.cirrus/Dockerfile.ubuntu16.04
@@ -47,8 +47,8 @@ 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 . ;\
+ cmake . ;\
make -j $(nproc) ;\
make install