ci/prepare_environment: rm all the scripts in ql tarballs, except subdir 'python'

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-07-27 22:46:56 +01:00
parent 27eca4f35d
commit af6069af9e
1 changed files with 4 additions and 8 deletions

View File

@ -88,14 +88,10 @@ case "$FPGA_FAM" in
sed -i 's#${MYPATH}/../share#'"$(./f4pga-env share)"'#' vpr_common
rm -vrf \
symbiflow_pack \
symbiflow_place \
symbiflow_route \
symbiflow_write_fasm \
symbiflow_analysis \
symbiflow_repack \
symbiflow_generate_bitstream \
symbiflow_generate_libfile
symbiflow_* \
vpr_common \
ql_symbiflow \
env
echo '::endgroup::'
ls -lah
;;