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:
parent
e6b7f346ce
commit
cf35028b0a
|
@ -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::'
|
||||
|
||||
|
|
Loading…
Reference in New Issue