mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
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:
1
.github/workflows/conformance.yml
vendored
1
.github/workflows/conformance.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user