diff options
author | David Shah <dave@ds0.me> | 2020-02-04 18:38:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 18:38:17 +0000 |
commit | ca733561873cd54be047ae30a94efcd71b3f8be5 (patch) | |
tree | 003774ef09fa30be7e41ad8703e5c0bd320fd0a9 /.cirrus | |
parent | 1ceffbe0bcba4f31a40c58c436df9370899fa4a2 (diff) | |
parent | a3b74f009c577860a1c2b7f618f3c9576586a1f2 (diff) | |
download | nextpnr-ca733561873cd54be047ae30a94efcd71b3f8be5.tar.gz nextpnr-ca733561873cd54be047ae30a94efcd71b3f8be5.tar.bz2 nextpnr-ca733561873cd54be047ae30a94efcd71b3f8be5.zip |
Merge pull request #392 from se-bi/fix/ecp5/cmake-paths
Fix paths to prjtrellies project
Diffstat (limited to '.cirrus')
-rw-r--r-- | .cirrus/Dockerfile.ubuntu16.04 | 4 |
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 |