diff options
Diffstat (limited to '.github')
-rwxr-xr-x | .github/ci/build_interchange.sh | 3 | ||||
-rw-r--r-- | .github/workflows/interchange_ci.yml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh index 8168d519..47f9b281 100755 --- a/.github/ci/build_interchange.sh +++ b/.github/ci/build_interchange.sh @@ -49,6 +49,9 @@ function get_dependencies { git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH} pushd ${RAPIDWRIGHT_PATH} make update_jars + # TODO: remove this patch once https://github.com/Xilinx/RapidWright/issues/183 is solved + wget https://github.com/Xilinx/RapidWright/releases/download/v2020.2.5-beta/rapidwright_api_lib-2020.2.5-patch1.zip + unzip -o rapidwright_api_lib-2020.2.5-patch1.zip popd fi } diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml index d60fdeb4..ee42d09e 100644 --- a/.github/workflows/interchange_ci.yml +++ b/.github/workflows/interchange_ci.yml @@ -114,7 +114,7 @@ jobs: env: RAPIDWRIGHT_PATH: ${{ github.workspace }}/RapidWright PYTHON_INTERCHANGE_PATH: ${{ github.workspace }}/python-fpga-interchange - PYTHON_INTERCHANGE_TAG: v0.0.13 + PYTHON_INTERCHANGE_TAG: v0.0.14 PRJOXIDE_REVISION: 82b23868d768dac9a5541331e3ddc4c4062627f7 DEVICE: ${{ matrix.device }} run: | |