name:My build action requiring more spaceon:pushjobs:build:name:Build my artifactruns-on:ubuntu-lateststeps: -name:Maximize build spaceuses:easimon/maximize-build-space@masterwith:root-reserve-mb:512swap-size-mb:1024remove-dotnet:'true'-name:Checkoutuses:actions/checkout@v3-name:Buildrun:|echo...
Github action to maximize the available disk space on Github runners - maximize-build-space/action.yml at master · easimon/maximize-build-space
We asked pro organizers for their thoughts on the best fridge organizers to keep your shelves neat and maximize storage, along with expert tips on storing food.
We asked pro organizers for their thoughts on the best fridge organizers to keep your shelves neat and maximize storage, along with expert tips on storing food.
The easimon/maximize-build-space action is a victim of GitHub changing stuff about how the runners are set up. A lot of the functionality is broken, and this affects us because root-reserve-mb does...
# uses: easimon/maximize-build-space@v10 # with: # # reserve space for docker # root-reserve-mb: 38000 # swap-size-mb: 1024 # remove-dotnet: 'true' # remove-android: 'true' # remove-haskell: 'true' # remove-codeql: 'true' # remove-docker-images: 'true' - name: Maximize build...
Because Previous commit maximized the space only for the PR workflow, not the images.yml one. The other dependency, located on instill-core, already contains this step. This commit Add space max...