As discussed briefly with @code-asher, we'd like to make some improvements to the CI workflow, specifically in the release step for linux-arm64.
Problem
The ci / linux-arm64 workflow is failing at the “Run ./ci/steps/release-packages.sh build step.
Reason
The machine has no space left.
Potential Solutions
- doing a shallow clone with the repo in the checkout step
- delete the asset we download (if it build successfully)
- deleting the
node_modules directory on machine
Relevant
As discussed briefly with @code-asher, we'd like to make some improvements to the CI workflow, specifically in the release step for
linux-arm64.Problem
The ci / linux-arm64 workflow is failing at the “Run ./ci/steps/release-packages.sh build step.
Reason
The machine has no space left.
Potential Solutions
node_modulesdirectory on machineRelevant