scripts/prepare_environment: remove split_inouts.py from extracted tarballs

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-27 03:08:52 +01:00
parent 947b0807a0
commit 6e7c4b3f72
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ for PKG in $PACKAGES; do
| tar -xJC $F4PGA_INSTALL_DIR_FAM | tar -xJC $F4PGA_INSTALL_DIR_FAM
done done
find $F4PGA_INSTALL_DIR_FAM/share -name split_inouts.py | xargs rm -v
echo '::endgroup::' echo '::endgroup::'