mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
feat(ci): freeing some space
this is useful for commits changing many tests this simply clear the docker cache
This commit is contained in:
14
.github/workflows/continuous-integration.yml
vendored
14
.github/workflows/continuous-integration.yml
vendored
@@ -52,6 +52,20 @@ jobs:
|
||||
matrix:
|
||||
compiler: [gcc7, latest]
|
||||
steps:
|
||||
# Free 4Gb of workspace
|
||||
- name: Freeing space
|
||||
run: |
|
||||
df -h
|
||||
for image in ubuntu:{16,18}.04 \
|
||||
node:{12,14,16}{-alpine,} \
|
||||
buildpack-deps:{stretch,buster,bullseye} \
|
||||
debian:{9,10,11} alpine:3.{12,13,14} \
|
||||
moby/buildkit:latest docker:20.10
|
||||
do
|
||||
docker image rm $image || echo Please clean remove it from this step
|
||||
done
|
||||
df -h
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
Reference in New Issue
Block a user