Ref #16413 - Remove HHVM files and any possible tmp folder

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-02-21 23:35:01 +01:00
parent 73e807210b
commit 071124078d
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 9 additions and 0 deletions

View File

@ -106,6 +106,10 @@ for filePath in ${FILE_LIST}; do
foundFile "${foundFile}";;
*vendor/*.w32)
foundFile "${foundFile}";;
*.hhconfig)
foundFile "${foundFile}";;
*.hhi)
foundFile "${foundFile}";;
*) ;;
esac
done

View File

@ -160,6 +160,8 @@ cleanup_composer_vendors() {
vendor/williamdes/mariadb-mysql-kbs/test/ \
vendor/williamdes/mariadb-mysql-kbs/schemas/ \
vendor/nikic/fast-route/.travis.yml \
vendor/nikic/fast-route/.hhconfig \
vendor/nikic/fast-route/FastRoute.hhi \
vendor/nikic/fast-route/phpunit.xml \
vendor/nikic/fast-route/psalm.xml \
vendor/nikic/fast-route/test/ \
@ -472,6 +474,9 @@ for kit in $KITS ; do
# Remove developer scripts
rm -rf scripts
# Remove possible tmp folder
rm -rf tmp
cd ..
# Remove tar file possibly left from previous run