aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-12 11:51:21 +0000
committergatecat <gatecat@ds0.me>2021-02-12 11:51:21 +0000
commit9c9a02628d60dca9c9a566b0fcf3bf3dd2c68076 (patch)
tree3752f0143ad7d7982766430a88c634bfb1d8af5e /.cirrus
parentd3688982acacc36b423eaa230df4ea99352afe6f (diff)
downloadnextpnr-9c9a02628d60dca9c9a566b0fcf3bf3dd2c68076.tar.gz
nextpnr-9c9a02628d60dca9c9a566b0fcf3bf3dd2c68076.tar.bz2
nextpnr-9c9a02628d60dca9c9a566b0fcf3bf3dd2c68076.zip
ci: Bump prjtrellis version
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.cirrus')
-rw-r--r--.cirrus/Dockerfile.ubuntu20.042
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04
index 74371214..60bbcc1b 100644
--- a/.cirrus/Dockerfile.ubuntu20.04
+++ b/.cirrus/Dockerfile.ubuntu20.04
@@ -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 7831b54f619d6695855525fca776543b7c827704 ;\
+ git reset --hard 210a0a72757d57b278ac7397ae6b14729f149b10 ;\
cd libtrellis ;\
cmake . ;\
make -j $(nproc) ;\