aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus/Dockerfile.ubuntu16.04
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-11-26 14:20:14 +0000
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:28 +0000
commit567166aeceefc513c498c542873c1533bd73dfbe (patch)
treeb37d0bb06e77cd72e5875696b68ecb5c6ee8d511 /.cirrus/Dockerfile.ubuntu16.04
parentbb50b54d80c407854a2553b76e231bc5513b6295 (diff)
downloadnextpnr-567166aeceefc513c498c542873c1533bd73dfbe.tar.gz
nextpnr-567166aeceefc513c498c542873c1533bd73dfbe.tar.bz2
nextpnr-567166aeceefc513c498c542873c1533bd73dfbe.zip
nexus: Fix db integrity check
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to '.cirrus/Dockerfile.ubuntu16.04')
-rw-r--r--.cirrus/Dockerfile.ubuntu16.042
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu16.04 b/.cirrus/Dockerfile.ubuntu16.04
index e8de4ed9..a62cf4c6 100644
--- a/.cirrus/Dockerfile.ubuntu16.04
+++ b/.cirrus/Dockerfile.ubuntu16.04
@@ -59,6 +59,6 @@ RUN set -e -x ;\
cd /usr/local/src ;\
git clone --recursive https://github.com/daveshah1/prjoxide.git ;\
cd prjoxide ;\
- git reset --hard bd5122fab12c1a517588365bd95cbfaa47eff25c ;\
+ git reset --hard 72dbb7973f31a30c3b9d18f3bac97caaea9a7f33 ;\
cd libprjoxide ;\
PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide