mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
delete removing depreated toolchain wrappers
Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
9cd048885e
commit
f9861da690
1 changed files with 0 additions and 15 deletions
15
.github/scripts/prepare_environment.sh
vendored
15
.github/scripts/prepare_environment.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue