summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-06 08:06:26 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-06 08:11:29 +0100
commitf029beffe8e86b1b6e8f27b8dcc0514b99fa8bac (patch)
treee835e5e959bcafd4e347778412e2e83bb93817c2 /.github
parenta3b49ef75ef1bbb9881ab593d34c00f174dcaeda (diff)
downloadswig-f029beffe8e86b1b6e8f27b8dcc0514b99fa8bac.tar.gz
Ruby li_std_set test failure workaround
Prevent GC from collecting "hello" string in testcase as workaround to prevent GC occasionally causing segfault. Issue #2115
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a03ca7459..60791155c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -167,7 +167,6 @@ 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