diff options
author | gatecat <gatecat@ds0.me> | 2021-04-09 11:09:42 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-04-09 11:17:25 +0100 |
commit | 7acef0044303f69d97c1883e0f52c474afc2e030 (patch) | |
tree | c9afba5750787b7b1139b5f6db87e7f2bde24701 /.github/ci | |
parent | 581682a08e6113eb8abfaf9e690e399e350e982c (diff) | |
download | nextpnr-7acef0044303f69d97c1883e0f52c474afc2e030.tar.gz nextpnr-7acef0044303f69d97c1883e0f52c474afc2e030.tar.bz2 nextpnr-7acef0044303f69d97c1883e0f52c474afc2e030.zip |
interchange: Pin prjoxide commit
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github/ci')
-rwxr-xr-x | .github/ci/build_interchange.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh index ece17309..45a7fe6c 100755 --- a/.github/ci/build_interchange.sh +++ b/.github/ci/build_interchange.sh @@ -40,6 +40,8 @@ function get_dependencies { curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y git clone --recursive https://github.com/gatecat/prjoxide.git pushd prjoxide/libprjoxide + # TODO: use a tag instead of a commit, like python-fpga-interchange + git reset --hard ${PRJOXIDE_REVISION} PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide --all-features popd else |