File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ jobs:
170170 linux-compat :
171171 runs-on : ubuntu-24.04 # latest
172172 strategy :
173+ fail-fast : false
173174 matrix :
174175 image :
175176 - al2-x64
@@ -192,6 +193,7 @@ jobs:
192193 linux-compiler-compat :
193194 runs-on : ubuntu-24.04 # latest
194195 strategy :
196+ fail-fast : false
195197 matrix :
196198 compiler :
197199 - clang-6
@@ -248,12 +250,12 @@ jobs:
248250 USES_LIBCRYPTO_SO=`echo "$LINKED_AGAINST" | grep 'libcrypto*.so' | head -1`
249251 test -n "$USES_LIBCRYPTO_SO"
250252
251-
252253 windows :
253254 # Currently, setup.py explicitly tries to use Windows SDK 10.0.17763.0.
254255 # The windows-2025 image does not provide this SDK version out of the box, so keep windows-2022 for now.
255256 runs-on : windows-2022
256257 strategy :
258+ fail-fast : false
257259 matrix :
258260 arch : [x86, x64]
259261 permissions :
@@ -307,7 +309,6 @@ jobs:
307309 chmod a+x builder
308310 ./builder build -p ${{ env.PACKAGE_NAME }}
309311
310-
311312 openbsd :
312313 runs-on : ubuntu-24.04 # latest
313314 strategy :
You can’t perform that action at this time.
0 commit comments