aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ci/build_interchange.sh
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-16 16:34:27 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-16 16:34:27 +0100
commit83544cdf6a397c0d442f25b38c8f6b67966c8eb0 (patch)
treed097ebbbbd13e888f15c3a712aae42b2f38ae54e /.github/ci/build_interchange.sh
parentc68dfb09c4993a24d4f2a3f62871937c48c9151a (diff)
downloadnextpnr-83544cdf6a397c0d442f25b38c8f6b67966c8eb0.tar.gz
nextpnr-83544cdf6a397c0d442f25b38c8f6b67966c8eb0.tar.bz2
nextpnr-83544cdf6a397c0d442f25b38c8f6b67966c8eb0.zip
github-actions: pin python-fpga-interchange to tag
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to '.github/ci/build_interchange.sh')
-rwxr-xr-x.github/ci/build_interchange.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index 8ced78df..c9ecf502 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -26,9 +26,10 @@ popd
RAPIDWRIGHT_PATH="`pwd`/RapidWright"
INTERCHANGE_SCHEMA_PATH="`pwd`/3rdparty/fpga-interchange-schema/interchange"
PYTHON_INTERCHANGE_PATH="`pwd`/python-fpga-interchange"
+PYTHON_INTERCHANGE_TAG="v0.0.1"
# Install python-fpga-interchange libraries
-git clone https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH
+git clone -b $PYTHON_INTERCHANGE_TAG https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH
pushd $PYTHON_INTERCHANGE_PATH
git submodule update --init --recursive
python3 -m pip install -r requirements.txt