summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-05 08:42:02 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-05 08:42:02 +0100
commita3b49ef75ef1bbb9881ab593d34c00f174dcaeda (patch)
tree1d4c3b916abdeb181f6eabe3f48b9c5e4f27abb9 /.github
parentfe2cdb1d90023a899161233ca83a5d58fd6d6dc3 (diff)
downloadswig-a3b49ef75ef1bbb9881ab593d34c00f174dcaeda.tar.gz
GHA: continue-on-error corrections
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5cf11718e..a03ca7459 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -116,6 +116,7 @@ jobs:
- SWIGLANG: python
VER: '3.2'
os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
+ continue-on-error: true # broken packages problem
- SWIGLANG: python
VER: '3.3'
os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
@@ -166,6 +167,7 @@ jobs:
VER: '2.5'
- SWIGLANG: ruby
VER: '2.6'
+ continue-on-error: true # Sometimes fails, see https://github.com/swig/swig/issues/2115
- SWIGLANG: ruby
VER: '2.7'
- SWIGLANG: ruby
@@ -299,14 +301,6 @@ jobs:
GCC: 11
continue-on-error: true
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
fail-fast: false