GHA: continue-on-error corrections

This commit is contained in:
William S Fulton 2022-05-05 08:42:02 +01:00
commit a3b49ef75e

View file

@ -116,6 +116,7 @@ jobs:
- SWIGLANG: python - SWIGLANG: python
VER: '3.2' VER: '3.2'
os: ubuntu-18.04 # Python < 3.5 not available for 20.04. os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
continue-on-error: true # broken packages problem
- SWIGLANG: python - SWIGLANG: python
VER: '3.3' VER: '3.3'
os: ubuntu-18.04 # Python < 3.5 not available for 20.04. os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
@ -166,6 +167,7 @@ jobs:
VER: '2.5' VER: '2.5'
- SWIGLANG: ruby - SWIGLANG: ruby
VER: '2.6' VER: '2.6'
continue-on-error: true # Sometimes fails, see https://github.com/swig/swig/issues/2115
- SWIGLANG: ruby - SWIGLANG: ruby
VER: '2.7' VER: '2.7'
- SWIGLANG: ruby - SWIGLANG: ruby
@ -299,14 +301,6 @@ jobs:
GCC: 11 GCC: 11
continue-on-error: true continue-on-error: true
os: ubuntu-18.04 # ocaml-4.08 in ubuntu-20.04 not yet working os: ubuntu-18.04 # ocaml-4.08 in ubuntu-20.04 not yet working
# Currently broken
- SWIGLANG: ruby
VER: '2.6'
continue-on-error: true
- SWIGLANG: python
VER: '3.2'
os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
continue-on-error: true
# Run all of them, as opposed to aborting when one fails # Run all of them, as opposed to aborting when one fails
fail-fast: false fail-fast: false