delete removing depreated toolchain wrappers

Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
Pawel Czarnecki 2022-07-28 14:11:25 +02:00
parent 9cd048885e
commit f9861da690

View file

@ -80,18 +80,3 @@ echo '::endgroup::'
cd "$F4PGA_DIR_BIN"
ls -lah
case "$FPGA_FAM" in
eos-s3)
echo '::group::🗑️ Remove the wrappers (pre-packaged from arch-defs)'
sed -i 's#${MYPATH}/../share#'"$(./f4pga-env share)"'#' vpr_common
rm -vrf \
symbiflow_* \
vpr_common \
ql_symbiflow \
env
echo '::endgroup::'
ls -lah
;;
esac