Skip to content

Commit 407dd88

Browse files
authored
Merge branch 'pyca:main' into main
2 parents 4157a29 + 665126d commit 407dd88

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
linux:
1616
runs-on: ubuntu-latest
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
PYTHON:
2021
- {VERSION: "3.9", TOXENV: "flake,rust,docs", COVERAGE: "false"}
@@ -108,6 +109,7 @@ jobs:
108109
runs-on: ubuntu-latest
109110
container: ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }}
110111
strategy:
112+
fail-fast: false
111113
matrix:
112114
IMAGE:
113115
- {IMAGE: "centos8", TOXENV: "py36"}
@@ -154,6 +156,7 @@ jobs:
154156
linux-rust:
155157
runs-on: ubuntu-latest
156158
strategy:
159+
fail-fast: false
157160
matrix:
158161
PYTHON:
159162
- {VERSION: "3.9", TOXENV: "py39"}
@@ -267,6 +270,7 @@ jobs:
267270
macos:
268271
runs-on: macos-latest
269272
strategy:
273+
fail-fast: false
270274
matrix:
271275
PYTHON:
272276
- {VERSION: "3.6", TOXENV: "py36", EXTRA_CFLAGS: ""}
@@ -327,6 +331,7 @@ jobs:
327331
windows:
328332
runs-on: windows-latest
329333
strategy:
334+
fail-fast: false
330335
matrix:
331336
WINDOWS:
332337
- {ARCH: 'x86', WINDOWS: 'win32', RUST_TRIPLE: 'i686-pc-windows-msvc'}
@@ -391,6 +396,7 @@ jobs:
391396
linux-downstream:
392397
runs-on: ubuntu-latest
393398
strategy:
399+
fail-fast: false
394400
matrix:
395401
DOWNSTREAM:
396402
- paramiko

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
PYTHON:
1516
- { VERSION: "cp36-cp36m", PATH: "/opt/python/cp36-cp36m/bin/python", ABI_VERSION: 'cp36' }
@@ -59,6 +60,7 @@ jobs:
5960
macos:
6061
runs-on: macos-latest
6162
strategy:
63+
fail-fast: false
6264
matrix:
6365
PYTHON:
6466
- VERSION: '3.8'
@@ -112,6 +114,7 @@ jobs:
112114
windows:
113115
runs-on: windows-latest
114116
strategy:
117+
fail-fast: false
115118
matrix:
116119
WINDOWS:
117120
- {ARCH: 'x86', WINDOWS: 'win32', RUST_TRIPLE: 'i686-pc-windows-msvc'}

0 commit comments

Comments
 (0)