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:
parent
27eca4f35d
commit
af6069af9e
|
@ -88,14 +88,10 @@ case "$FPGA_FAM" in
|
||||||
|
|
||||||
sed -i 's#${MYPATH}/../share#'"$(./f4pga-env share)"'#' vpr_common
|
sed -i 's#${MYPATH}/../share#'"$(./f4pga-env share)"'#' vpr_common
|
||||||
rm -vrf \
|
rm -vrf \
|
||||||
symbiflow_pack \
|
symbiflow_* \
|
||||||
symbiflow_place \
|
vpr_common \
|
||||||
symbiflow_route \
|
ql_symbiflow \
|
||||||
symbiflow_write_fasm \
|
env
|
||||||
symbiflow_analysis \
|
|
||||||
symbiflow_repack \
|
|
||||||
symbiflow_generate_bitstream \
|
|
||||||
symbiflow_generate_libfile
|
|
||||||
echo '::endgroup::'
|
echo '::endgroup::'
|
||||||
ls -lah
|
ls -lah
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue