aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.github/ci/build_interchange.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index 47f9b281..8168d519 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -49,9 +49,6 @@ 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
}