diff options
author | David Shah <dave@ds0.me> | 2020-06-29 16:27:00 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-06-29 19:53:25 +0100 |
commit | 43ad5614bdb7b0e2f0bf2504cc369f1c1253731b (patch) | |
tree | cc064628316654bc768823df182ebc7254d08118 | |
parent | 2c4ae853f2fe5bbc56db1b857543568f21d35cc0 (diff) | |
download | nextpnr-43ad5614bdb7b0e2f0bf2504cc369f1c1253731b.tar.gz nextpnr-43ad5614bdb7b0e2f0bf2504cc369f1c1253731b.tar.bz2 nextpnr-43ad5614bdb7b0e2f0bf2504cc369f1c1253731b.zip |
ci: Bump trellis and icestorm versions to latest
Signed-off-by: David Shah <dave@ds0.me>
-rw-r--r-- | .cirrus/Dockerfile.ubuntu16.04 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus/Dockerfile.ubuntu16.04 b/.cirrus/Dockerfile.ubuntu16.04 index 2dd5b360..d98bb014 100644 --- a/.cirrus/Dockerfile.ubuntu16.04 +++ b/.cirrus/Dockerfile.ubuntu16.04 @@ -26,9 +26,9 @@ RUN set -e -x ;\ RUN set -e -x ;\ mkdir -p /usr/local/src ;\ cd /usr/local/src ;\ - git clone --recursive https://github.com/cliffordwolf/icestorm.git ;\ + git clone --recursive https://github.com/YosysHQ/icestorm.git ;\ cd icestorm ;\ - git reset --hard 3a2bfee5cbc0558641668114260d3f644d6b7c83 ;\ + git reset --hard 4bc68c9620e6be20f8fe10d20f84681d80beac23 ;\ make -j $(nproc) ;\ make install @@ -47,7 +47,7 @@ RUN set -e -x ;\ cd /usr/local/src ;\ git clone --recursive https://github.com/YosysHQ/prjtrellis.git ;\ cd prjtrellis ;\ - git reset --hard 668ce3492cbe1566c61760f06bdf676f6fb265c3 ;\ + git reset --hard f93243b000c52b755c70829768d2ae6bcf7bb91a ;\ cd libtrellis ;\ cmake . ;\ make -j $(nproc) ;\ |