Skip to content

Commit

Permalink
Revert "github/workflows: don't fail fast - allow other platforms to …
Browse files Browse the repository at this point in the history
…run"

This reverts commit 70b805e.
  • Loading branch information
liviuchircu committed Apr 30, 2024
1 parent 44c995a commit ecbb1e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
BUILD_OS: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
compiler: ['gcc', 'clang', 'gcc-9', 'gcc-10', 'clang-9', 'clang-10']
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
BUILD_OS: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
compiler: ['gcc-i386-cross', 'clang-i386-cross', 'gcc-mips64-cross', 'gcc-arm32-cross', 'gcc-arm64-cross', 'gcc-arm32-qemu-cross', 'gcc-arm64-qemu-cross', 'clang-arm32-qemu-cross', 'clang-arm64-qemu-cross']
os: [ubuntu-22.04]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
BUILD_OS: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
compiler: ['gcc', 'clang', 'gcc-9', 'gcc-10', 'clang-9', 'clang-10']
os: [ubuntu-20.04]
Expand Down

0 comments on commit ecbb1e2

Please sign in to comment.