Clean up workspace after core-python build (#1045)

Persisting fewer artifacts between jobs should give a slightly faster
build. This also guarantees that all we need to build packages are emsdk
and cpython/installs, which is useful for third party packages building.
This commit is contained in:
Dexter Chua 2021-01-05 16:47:28 +08:00 committed by GitHub
parent 1155077541
commit 0eaa29b3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,12 @@ jobs:
- ~/.ccache
key: -{{ checksum "Makefile.envs" }}-v20201205-{{ .BuildNum }}
- run:
name: Clean up workspace
command: |
rm -rf cpython/{build,downloads}
rm -rf emsdk/emsdk/binaryen
- persist_to_workspace:
root: .
paths: