chore: remove build files from docker image

- Reduce the size of the docker image
- Make sure ccache is always used => faster CI tests
This commit is contained in:
youben11
2021-11-11 12:36:21 +01:00
committed by Ayoub Benaissa
parent 2088e86edd
commit 3246f8b035
2 changed files with 13 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ jobs:
cd /compiler
pip install pytest
rm -rf /build
export PYTHONPATH=""
make CCACHE=ON BUILD_DIR=/build test
echo "Debug: ccache statistics (after the build):"
ccache -s