mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Maximize build space for goreleaser (#8455)
Mitigate [no space left on device](https://github.com/ledgerwatch/erigon/actions/runs/6493703302/job/17639876934) in GoReleaser. See https://github.com/AdityaGarg8/remove-unwanted-software. This is a simplified version of PR #8451 (there I had to add `root-reserve-mb: 16384` to make it work).
This commit is contained in:
parent
62d9f3793e
commit
52d3526b64
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -19,6 +19,13 @@ jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: AdityaGarg8/remove-unwanted-software@v1
|
||||
with:
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user