aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus
diff options
context:
space:
mode:
authorD. Shah <dave@ds0.me>2021-01-27 16:46:18 +0000
committerD. Shah <dave@ds0.me>2021-01-27 17:24:01 +0000
commite049d5f2fc126a7157d0c33a36f094332da7bace (patch)
tree26c18889e2ba58a2ad4e944d0891871dc05c56d9 /.cirrus
parentdc46d84c35d695748fa46fa6f27cd02ed0b05e03 (diff)
downloadnextpnr-e049d5f2fc126a7157d0c33a36f094332da7bace.tar.gz
nextpnr-e049d5f2fc126a7157d0c33a36f094332da7bace.tar.bz2
nextpnr-e049d5f2fc126a7157d0c33a36f094332da7bace.zip
nexus: Switch from RelPtr to RelSlice
This replaces RelPtrs and a separate length field with a Rust-style slice containing both a pointer and a length; with bounds checking always enforced. Thus iterating over these structures is both cleaner and safer. Signed-off-by: D. Shah <dave@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 188cd8f4..1634a527 100644
--- a/.cirrus/Dockerfile.ubuntu20.04
+++ b/.cirrus/Dockerfile.ubuntu20.04
@@ -59,7 +59,7 @@ RUN set -e -x ;\
cd /usr/local/src ;\
git clone --recursive https://github.com/daveshah1/prjoxide.git ;\
cd prjoxide ;\
- git reset --hard 72dbb7973f31a30c3b9d18f3bac97caaea9a7f33 ;\
+ git reset --hard a73e1629f2ec6618e492047577912d8d50115708 ;\
cd libprjoxide ;\
PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide