scripts/prepare_environment: remove all python scripts from arch-defs packages

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-29 21:27:25 +02:00
parent e6b7f346ce
commit cf35028b0a
1 changed files with 1 additions and 4 deletions

View File

@ -70,10 +70,7 @@ for PKG in $PACKAGES; do
| tar -xJC $F4PGA_INSTALL_DIR_FAM
done
case "$FPGA_FAM" in
xc7) rm -vrf $F4PGA_INSTALL_DIR_FAM/share/f4pga/scripts ;;
eos-s3) find $F4PGA_INSTALL_DIR_FAM/share -name split_inouts.py | xargs rm -v ;;
esac
rm -vrf $F4PGA_INSTALL_DIR_FAM/share/f4pga/scripts
echo '::endgroup::'