Skip to content

Commit

Permalink
Merge pull request #2486 from subspace/build-release-despite-errors
Browse files Browse the repository at this point in the history
Disable `fail-fast` to make sure release builds everything it can despite errors
  • Loading branch information
nazar-pc authored Jan 31, 2024
2 parents 7dd004d + 6ade717 commit 1483649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
dockerfile-suffix: ".aarch64"
suffix: ubuntu-aarch64-${{ github.ref_name }}
image-suffix: "-aarch64"
fail-fast: false

steps:
- name: Set up QEMU
Expand Down Expand Up @@ -123,6 +124,7 @@ jobs:
target: x86_64-pc-windows-msvc
suffix: windows-x86_64-v2-${{ github.ref_name }}
rustflags: "-C target-cpu=x86-64-v2 -C target-feature=+aes"
fail-fast: false
runs-on: ${{ matrix.build.os }}
env:
PRODUCTION_TARGET: target/${{ matrix.build.target }}/production
Expand Down

0 comments on commit 1483649

Please sign in to comment.