Skip to content

Commit

Permalink
free space for build, do not stop if a build is failing (#2588)
Browse files Browse the repository at this point in the history
* free space for build, use dockerx, do not stop if a build is failing
---------

Co-authored-by: valentin <vberkes@ubiqus.com>
  • Loading branch information
funboarder13920 and valentin committed May 15, 2024
1 parent cb1cb22 commit 0920080
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,18 @@ jobs:
strategy:
matrix:
cuda_version: [11.8.0, 12.1.0]
fail-fast: false
permissions: write-all
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 10
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
overprovision-lvm: 'true'
- name: Checkout opennmt repo
uses: actions/checkout@v4
- name: Login to ghcr
Expand Down

0 comments on commit 0920080

Please sign in to comment.